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
This could be a bug in GraphiQL itself; I need to investigate before promoting the error there.
To reproduce: add deprecationReason to an argument, then write a query using it in Ruru. GraphiQL highlights argument in red and hover reveals Unknown argument "..." on field "...". Running query still works though.
I suspect it's a bug in the GraphiQL introspection query.
The text was updated successfully, but these errors were encountered:
This could be a bug in GraphiQL itself; I need to investigate before promoting the error there.
To reproduce: add
deprecationReason
to an argument, then write a query using it in Ruru. GraphiQL highlights argument in red and hover revealsUnknown argument "..." on field "...".
Running query still works though.I suspect it's a bug in the GraphiQL introspection query.
The text was updated successfully, but these errors were encountered: