Skip to content

Commit f03bbfd

Browse files
elgordino0x777
authored andcommitted
fix property name in metadata docs (hasura#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
1 parent 36195f4 commit f03bbfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/graphql/manual/api-reference/schema-metadata-api/relationship.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ Args syntax
390390
- true
391391
- :ref:`TableName`
392392
- Name of the table
393-
* - name
393+
* - relationship
394394
- true
395395
- :ref:`RelationshipName`
396396
- Name of the relationship that needs to be dropped
@@ -445,7 +445,7 @@ Args syntax
445445
- true
446446
- :ref:`TableName`
447447
- Name of the table
448-
* - name
448+
* - relationship
449449
- true
450450
- :ref:`RelationshipName`
451451
- The relationship

0 commit comments

Comments
 (0)