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 using an introspection with clients I get the following error:
graphiql.js:24539 Uncaught Error: Name "__root" must not begin with "__", which is reserved by GraphQL introspection.
Name "__edges__post" must not begin with "__", which is reserved by GraphQL introspection.
Name "__node__post" must not begin with "__", which is reserved by GraphQL introspection.
Name "__edges__comment" must not begin with "__", which is reserved by GraphQL introspection.
Name "__node__comment" must not begin with "__", which is reserved by GraphQL introspection.
Name "__edges__account" must not begin with "__", which is reserved by GraphQL introspection.
Name "__node__account" must not begin with "__", which is reserved by GraphQL introspection.
Name "__pageInfoObject" must not begin with "__", which is reserved by GraphQL introspection.
Name "__mutation_root" must not begin with "__", which is reserved by GraphQL introspection.
Possible Solution
rename these types with a single underscore
The text was updated successfully, but these errors were encountered:
Expected Behavior
graphql clients to not throw errors because of reserved names.
https://graphql.github.io/graphql-spec/draft/#sec-Reserved-Names
Current Behavior
when using an introspection with clients I get the following error:
Possible Solution
rename these types with a single underscore
The text was updated successfully, but these errors were encountered: