graphql-client
graphql-client copied to clipboard
Support for launching with a .graphql SDL file instead of the JSON definition?
Hey there folks, we were looking to try migrate a bunch of our GraphQL APIs to always ship a .graphql schema per-api.
I ended up hitting a minor roadblock when working with some of our ruby apps which only work with the JSON equivalent schema files, and was wondering if you have any plans to support schema.graphql files?