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
Trying to add a new link via the Add Link button fails with an error: CreateLinkMutation.js:37 Uncaught Error: GraphQL validation error``Cannot query field "linkEdge" on type "CreateLinkPayload". Cannot query field "store" on type "CreateLinkPayload".``in file CreateLinkMutation.js. Try updating your GraphQL schema if an argument/field/type was recently added.
However, adding a link via the GraphiQL interface successfully adds a link.
The text was updated successfully, but these errors were encountered:
Trying to add a new link via the Add Link button fails with an error:
CreateLinkMutation.js:37 Uncaught Error: GraphQL validation error``Cannot query field "linkEdge" on type "CreateLinkPayload". Cannot query field "store" on type "CreateLinkPayload".``in file CreateLinkMutation.js. Try updating your GraphQL schema if an argument/field/type was recently added.
However, adding a link via the GraphiQL interface successfully adds a link.
The text was updated successfully, but these errors were encountered: