mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-25 00:13:11 +03:00
23 lines
447 B
ReStructuredText
23 lines
447 B
ReStructuredText
.. meta::
|
|
:description: Guides for data modelling with Hasura
|
|
:keywords: hasura, docs, guide, data modelling
|
|
|
|
.. _guides_data_modelling:
|
|
|
|
Guides: Data modelling
|
|
======================
|
|
|
|
.. contents:: Table of contents
|
|
:backlinks: none
|
|
:depth: 1
|
|
:local:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:titlesonly:
|
|
|
|
One-to-one relationship <one-to-one>
|
|
One-to-many relationship <one-to-many>
|
|
Many-to-many relationship <many-to-many>
|
|
soft-deletes
|