graphql-client
graphql-client copied to clipboard
Raise an exception if introspection queries fail
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.