mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
30 lines
563 B
ReStructuredText
30 lines
563 B
ReStructuredText
GraphQL API Reference
|
|
=====================
|
|
|
|
.. contents:: Table of contents
|
|
:backlinks: none
|
|
:depth: 1
|
|
:local:
|
|
|
|
All GraphQL requests for queries, subscriptions and mutations are made to the GraphQL API.
|
|
|
|
Endpoint
|
|
--------
|
|
|
|
All requests are ``POST`` requests to the ``/v1alpha1/graphql`` endpoint.
|
|
|
|
Request types
|
|
-------------
|
|
|
|
The following types of requests can be made using the GraphQL API:
|
|
|
|
- :doc:`Query / Subscription <query>`
|
|
- :doc:`Mutation <mutation>`
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:hidden:
|
|
|
|
Query / Subscription <query>
|
|
Mutation <mutation>
|