GraphQL Request GraphQL API
GraphQL Request (now evolved into **Graffle**) is a minimal, isomorphic GraphQL client library for JavaScript and TypeScript. It does not expose a hosted GraphQL endpoint of its own — instead, it is a client-side tool used to send GraphQL queries to any external GraphQL API endpoint you configure. The library supports HTTP and in-memory (schema-direct) transports, custom scalars, file uploads via the GraphQL Multipart Request spec, a composable extension system (anyware/middleware), and full TypeScript type inference for queries, mutations, and subscriptions.
Overview
GraphQL Request GraphQL API is a GraphQL API specification published by GraphQL Request on the APIs.io network.
GraphQL Request (now evolved into Graffle) is a minimal, isomorphic GraphQL client library for JavaScript and TypeScript. It does not expose a hosted GraphQL endpoint of its own — instead, it is a client-side tool used to send GraphQL queries to any external GraphQL API endpoint you configure. The library supports HTTP and in-memory (schema-direct) transports, custom scalars, file uploads via the GraphQL Multipart Request spec, a composable extension system (anyware/middleware), and full TypeScript type inference for queries, mutations, and subscriptions.
The GraphQL endpoint is available at N/A. documentation is published at https://graffle.js.org/guides/getting-started.
The specification includes 5 reference links.
Tagged areas include GraphQL Client, JavaScript, TypeScript, Open Source, and Isomorphic.
Endpoint
References
- Documentation https://graffle.js.org/guides/getting-started
- GitHub https://github.com/graffle-js/graffle
- npm https://www.npmjs.com/package/graphql-request
- GraphQL over HTTP spec https://graphql.github.io/graphql-over-http/
- GraphQL Multipart Request spec https://github.com/jaydenseric/graphql-multipart-request-spec