mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
update: update docs regarding insertion order in API ref page.
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10527 GitOrigin-RevId: aca406e56daa4520d44d552fe2e78dce33e1a708
This commit is contained in:
parent
4025bb42a6
commit
6d92b58dbf
@ -499,7 +499,7 @@ Supported in `v2.0.0-alpha.3` and above.
|
||||
| --------------- | -------- | ------------------------------------------------------ | --------------------------------------------------------- |
|
||||
| remote_table | true | [TableName](#tablename) | The table to which the relationship has to be established |
|
||||
| column_mapping | true | Object ([PGColumn](#pgcolumn) : [PGColumn](#pgcolumn)) | Mapping of columns from current table to remote table |
|
||||
| insertion_order | false | [InsertOrder](#insertorder) | insertion order: before or after parent (default: before) |
|
||||
| insertion_order | false | [InsertOrder](#insertorder) | insertion order: before or after parent (default: "before_parent") |
|
||||
|
||||
## InsertOrder {#insertorder}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user