GraphQL Request · GraphQL Specification

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.

Documentation Endpoint View on GitHub GraphQLGraphQL ClientJavaScriptTypeScriptOpen SourceIsomorphicGraphQL

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

N/A

References

Back to GraphQL Request · All GraphQL Specs · GitHub