graphql-client icon indicating copy to clipboard operation
graphql-client copied to clipboard

Add methods for dumping/loading schema SDL

Open jturkel opened this issue 5 years ago • 0 comments

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.

jturkel avatar Aug 07 '20 13:08 jturkel