You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I add an action in __resolveType of a union in resolvers ( example below):
Character: {
__resolveType: {
action: 'character.resolve',
},
Then I executed the query, And got the error: " "Cannot read property 'call' of undefined"
Is there a way to solve the problem ? Thanks everyone
The text was updated successfully, but these errors were encountered:
khangca1tex
changed the title
An error occurs as define __resolveType function in resolvers with a certain action
An error occurs as define __resolveType function in resolvers with a certain Moleculer action
Nov 11, 2021
When I add an action in __resolveType of a union in resolvers ( example below):
Character: {
__resolveType: {
action: 'character.resolve',
},
Then I executed the query, And got the error: " "Cannot read property 'call' of undefined"
Is there a way to solve the problem ? Thanks everyone
The text was updated successfully, but these errors were encountered: