Nhost · GraphQL Specification

Nhost GraphQL API

Nhost provides an instant, auto-generated GraphQL API powered by Hasura GraphQL Engine running on top of PostgreSQL. Every Nhost project receives a dedicated GraphQL endpoint at `https://{subdomain}.hasura.{region}.nhost.run/v1/graphql`. The schema is derived directly from the project's PostgreSQL database tables, relationships, and views — adding a table instantly exposes corresponding query, mutation, and subscription root fields with built-in filtering (`where`), ordering (`order_by`), pagination (`limit`/`offset`), and aggregate operations.

Documentation Endpoint View on GitHub GraphQLPostgreSQLAuthenticationFile StorageServerless FunctionsReal-TimeOpen SourceFirebase AlternativeBackend as a ServiceBaaSGraphQL

Overview

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

Nhost provides an instant, auto-generated GraphQL API powered by Hasura GraphQL Engine running on top of PostgreSQL. Every Nhost project receives a dedicated GraphQL endpoint at https://{subdomain}.hasura.{region}.nhost.run/v1/graphql. The schema is derived directly from the project’s PostgreSQL database tables, relationships, and views — adding a table instantly exposes corresponding query, mutation, and subscription root fields with built-in filtering (where), ordering (order_by), pagination (limit/offset), and aggregate operations.

The GraphQL endpoint is available at https://{subdomain}.hasura.{region}.nhost.run/v1/graphql. documentation is published at https://docs.nhost.io/products/graphql.

The specification includes 2 reference links.

Tagged areas include PostgreSQL, Authentication, File Storage, Serverless Functions, and Real-Time.

Endpoint

`https://{subdomain}.hasura.{region}.nhost.run/v1/graphql`

References

Related API Specs

Nhost Authentication API (OpenAPI) Nhost Storage API (OpenAPI)
Back to Nhost · All GraphQL Specs · GitHub