graphql-engine/server/test/testcases/create_author_article_relationship.yaml
2018-07-20 13:49:06 +05:30

21 lines
423 B
YAML

description: Creates relationships
url: /v1/query
status: 200
query:
type: bulk
args:
- type: create_object_relationship
args:
table: article
name: author
using:
foreign_key_constraint_on: author_id
- type: create_array_relationship
args:
table: author
name: articles
using:
foreign_key_constraint_on:
table: article
column: author_id