mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 21:12:09 +03:00
19 lines
540 B
ReStructuredText
19 lines
540 B
ReStructuredText
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. |