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
Introspection provides the ability for other tools to ask questions to the GraphQL API. However, sometimes you have a tool that requires a GraphQL schema or JSON schema file (like Postman) which doesn't have its own introspection tool built in and you don't want to set up a toolchain just to get this data.
The proposal is to add a method on the GraphQL configuration page, similarly to the validation tab, that allows a developer to download the current schema either as .graphql file (which merges and simplifies all enabled .graphqls files) or as .json file.
Activity
ArneSaknussemm89 commentedon Jun 13, 2022
Was just looking for something like this. Would be amazing to have for sure.