mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-07 08:13:18 +03:00
11 lines
292 B
YAML
11 lines
292 B
YAML
|
description: Create address to resident object relationship. But resident table is not tracked, so expecting a 400 error
|
||
|
url: /v1/query
|
||
|
status: 400
|
||
|
query:
|
||
|
type: create_object_relationship
|
||
|
args:
|
||
|
table: address
|
||
|
name: resident
|
||
|
using:
|
||
|
foreign_key_constraint_on: resident_id
|