graphql-engine/server/test/testcases/create_address_resident_relationship_error.yaml

11 lines
292 B
YAML
Raw Normal View History

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