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
Some services provide the GraphQL schema as SDL directly (rather than as a response to an introspection query). It would be useful for this plugin to handle endpoints which expose this SDL. This is similar to how graphql-codegen has a handleAsSDL argument.
Apologies if this is a duplicate of an existing issue - had a look through other issues and the docs but couldn't find anything obvious.