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
If by mistake I use an Input type for an output field, the whole plugin crashes and I have to reload the window.
Stack:
Error: SomeQueryType.someOutputField field type must be Output Type but got: SomeInputField.
at invariant (d:\...\node_modules\@playlyfe\gql\node_modules\graphql\jsutils\invariant.js:19:11)
at d:\...\node_modules\@playlyfe\gql\node_modules\graphql\type\definition.js:337:29
at Array.forEach (native)
at defineFieldMap (d:\...\node_modules\@playlyfe\gql\node_modules\graphql\type\definition.js:328:14)
...
The text was updated successfully, but these errors were encountered:
If by mistake I use an
Input
type for an output field, the whole plugin crashes and I have to reload the window.Stack:
The text was updated successfully, but these errors were encountered: