mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
14 lines
406 B
ReStructuredText
14 lines
406 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 and recreate it 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). |