mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
26 lines
684 B
ReStructuredText
26 lines
684 B
ReStructuredText
.. meta::
|
|
:description: Rename relationships in Hasura
|
|
:keywords: hasura, docs, schema, relationship, rename
|
|
|
|
.. _rename_relationships:
|
|
|
|
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.
|