graphql-engine/docs/graphql/manual/schema/relationships/database-modelling/index.rst
2020-01-14 18:27:45 +05:30

26 lines
573 B
ReStructuredText

.. meta::
:description: Relationships modelling in Hasura
:keywords: hasura, docs, schema, database modelling
Database modelling guides
=========================
.. contents:: Table of contents
:backlinks: none
:depth: 1
:local:
The following guides will help you model the different types of table relationships in the database:
- :doc:`one-to-one`
- :doc:`one-to-many`
- :doc:`many-to-many`
.. toctree::
:maxdepth: 1
:hidden:
One-to-one relationship <one-to-one>
One-to-many relationship <one-to-many>
Many-to-many relationship <many-to-many>