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

Raise an exception if introspection queries fail

Open jturkel opened this issue 5 years ago • 0 comments

GraphQL::Client.dump_schema doesn't detect failed introspection queries which can result in corrupt schema dumps. This PR changes the method to fail loudly if there is a problem running the introspection query.

jturkel avatar Aug 07 '20 14:08 jturkel