Feature request
It would be great if we had an option to use a GET http method for schema downloading/introspection as part of the ApolloCodegenLib.
Motivation
A 3rd party CMS we're using only supports GET requests against their GraphQL API. They expect a GET request and the IntrospectionQuery passed as a query param.
Feature request
It would be great if we had an option to use a GET http method for schema downloading/introspection as part of the ApolloCodegenLib.
Motivation
A 3rd party CMS we're using only supports GET requests against their GraphQL API. They expect a GET request and the IntrospectionQuery passed as a query param.