GraphQL API
When you add a new data connector to Hasura, depending on the source and the abilities of the connector, you'll be able to interact with your data or business logic easily with the power of GraphQL.
Documentation for data connectors can be found either in the Connector Hub or in the repo of each connector itself. With the data connector documentation, you'll be able to find which of the GraphQL queries documented in this section are available to you.
Hasura supports only queries at this stage, with mutations and subscriptions coming soon.
Quick Links
Interacting with your data
Filter query results
Learn how to filter query results using
where
argumentsSort query results
Learn how to sort query results using the
order_by
argument