mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
The docs specify `manual_mapping` for array relationship manual configs, and also mention the attribute in a note. However, using `manual_mapping` errors; `manual_configuration` is the correct attribute name.
This commit is contained in:
parent
d9d47f0062
commit
b544f75a10
@ -155,7 +155,7 @@ ObjRelUsing
|
||||
.. note::
|
||||
|
||||
There has to be at least one and only one of ``foreign_key_constraint_on``
|
||||
and ``manual_mapping``.
|
||||
and ``manual_configuration``.
|
||||
|
||||
|
||||
ObjRelUsingManualMapping
|
||||
@ -304,7 +304,7 @@ ArrRelUsing
|
||||
- false
|
||||
- ArrRelUsingFKeyOn_
|
||||
- The column with foreign key constraint
|
||||
* - manual_mapping
|
||||
* - manual_configuration
|
||||
- false
|
||||
- ArrRelUsingManualMapping_
|
||||
- Manual mapping of table and columns
|
||||
|
Loading…
Reference in New Issue
Block a user