mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-04-28 20:15:01 +08:00
fix property name in metadata docs (#3419)
* Fix property name The key for the 'relationship' property is 'relationship' and not 'name'. The example is correct but the syntax table was wrong. * fix second table
This commit is contained in:
committed by
Vamshi Surabhi
parent
36195f4da1
commit
f03bbfd704
@@ -390,7 +390,7 @@ Args syntax
|
||||
- true
|
||||
- :ref:`TableName`
|
||||
- Name of the table
|
||||
* - name
|
||||
* - relationship
|
||||
- true
|
||||
- :ref:`RelationshipName`
|
||||
- Name of the relationship that needs to be dropped
|
||||
@@ -445,7 +445,7 @@ Args syntax
|
||||
- true
|
||||
- :ref:`TableName`
|
||||
- Name of the table
|
||||
* - name
|
||||
* - relationship
|
||||
- true
|
||||
- :ref:`RelationshipName`
|
||||
- The relationship
|
||||
|
||||
Reference in New Issue
Block a user