GraphQLSwift / GraphQL

The Swift GraphQL implementation for macOS and Linux
MIT License
938 stars 72 forks source link

Export schema to JSON #29

Closed DarthRumata closed 6 years ago

DarthRumata commented 6 years ago

It is nice feature in apollo-ios to import JSON schema. So it would be great to add schema export to JSON.

DarthRumata commented 6 years ago

Sorry for misunderstanding. Export works well. Just need to support post request on server and parse incoming body of request to pick out introspection query from apollo-codegen