graphql-client
graphql-client copied to clipboard
Add methods for dumping/loading schema SDL
Schema dumps in SDL tend to be easier for humans to read so this PR adds methods to GraphQL::Client for dumping/loading schema SDL. I chose to add new methods to avoid a breaking API change but modifying the behavior of the existing dump/load methods is another option if we think this is the preferred default behavior.