1
0
mirror of https://github.com/hasura/graphql-engine.git synced 2024-12-19 05:21:47 +03:00
graphql-engine/docs/graphql/manual/api-reference/index.rst
2018-09-11 16:41:24 +05:30

30 lines
698 B
ReStructuredText

GraphQL API Reference
=====================
Endpoints
---------
- All GraphQL requests for queries, subscriptions and mutations are ``POST`` requests to ``/v1alpha1/graphql``.
Request types
-------------
You can make the following types of requests using the GraphQL API:
- :doc:`Query/Subscription <query>`
- :doc:`Mutation <mutation>`
Supported PostgreSQL types
--------------------------
You can refer the following to know about all PostgreSQL types supported by the Hasura GraphQL engine:
- :doc:`Supported PostgreSQL types <postgresql-types>`
.. toctree::
:maxdepth: 1
:hidden:
Query/Subscription <query>
Mutation <mutation>
Supported PostgreSQL types <postgresql-types>