tool · inferred from evidence
GraphiQL
A GraphQL IDE mentioned as a workaround tool.
- Hasura: error applying metadata "parsing the graphql query failed" code "parse-failed" on query_collections
This was caused by stray trailing whitespace inside the saved GraphQL mutation in query_collections.yaml. Hasura's parser choked on a space after a comma, e.g. name: "example", with a trailing space, which is legal GraphQL but broke the me