language · inferred from evidence
GraphQL
A query language for APIs and a runtime for fulfilling those queries with existing data.
- Preview feature feedback: jsonProtocol
A practical guide for Prisma. Prisma's jsonProtocol preview feature (available since 4.11.0) replaces the GraphQL-based query protocol with JSON, cutting client init time and memory noticeably (the thread's benchmarks show ~80-95% faster Pr
- Hasura: error applying metadata "parsing the graphql query failed" code "parse-failed" on query_collections
In Hasura: 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.
- Encode empty versus unavailable so wire formats and typed decoders cannot collapse them
When a per-source outcome of ok, empty, unavailable or skipped plus a completeness flag crosses a JSON, protobuf, GraphQL, SQL, queue or tool-result boundary, choose a representation where the cautious state is the default and the ok state