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

24 lines
657 B
ReStructuredText

.. meta::
:description: Rename relationships in Hasura
:keywords: hasura, docs, schema, relationship, rename
Renaming relationships
======================
.. contents:: Table of contents
:backlinks: none
:depth: 1
:local:
To rename a relationship:
- Head to ``Data -> [table-name] -> Relationships`` in the console
- Drop the existing relationship
- Recreate the relationship with the new name
.. note::
You might not be allowed to drop a relationship if it has been referenced elsewhere (e.g. in a permissions rule).
In this case you will have to delete the references first, rename the relationship, and then re-add the references.