mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-19 13:31:43 +03:00
26 lines
573 B
ReStructuredText
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>
|