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.
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
References
- Documentation https://docs.nhost.io/products/graphql
- GettingStarted https://docs.nhost.io/get-started