Hasura · GraphQL Specification

Hasura GraphQL API

The Hasura GraphQL Engine v2 provides instant realtime GraphQL APIs on your data with fine-grained access control. Supports GraphQL queries, mutations, and subscriptions at the /v1/graphql endpoint, along with RESTified GraphQL endpoints, Relay API, metadata API, schema API, config API, health check API, PG dump API, and explain API.

Documentation Endpoint View on GitHub Data AccessGraphQLGraphQL

Overview

Hasura GraphQL API is a GraphQL API specification published by Hasura on the APIs.io network.

The Hasura GraphQL Engine v2 provides instant realtime GraphQL APIs on your data with fine-grained access control. Supports GraphQL queries, mutations, and subscriptions at the /v1/graphql endpoint, along with RESTified GraphQL endpoints, Relay API, metadata API, schema API, config API, health check API, PG dump API, and explain API.

documentation is published at https://hasura.io/docs/2.0/api-reference/graphql-api/index/.

The specification includes 6 reference links.

Tagged areas include Data Access.

Endpoint

References

Related API Specs

Hasura GraphQL API (AsyncAPI)
Back to Hasura · All GraphQL Specs · GitHub