mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-19 13:31:43 +03:00
27 lines
495 B
YAML
27 lines
495 B
YAML
|
type: bulk
|
||
|
args:
|
||
|
|
||
|
#Insert Person table data
|
||
|
- type: insert
|
||
|
args:
|
||
|
table: person
|
||
|
objects:
|
||
|
- details:
|
||
|
name:
|
||
|
first: John
|
||
|
last: Taylor
|
||
|
- details:
|
||
|
- address:
|
||
|
city: Copenhagen
|
||
|
country: Denmark
|
||
|
- address:
|
||
|
city: Canterbury
|
||
|
country: United Kingdom
|
||
|
- details:
|
||
|
address:
|
||
|
city: Copenhagen
|
||
|
country: Denmark
|
||
|
name:
|
||
|
first: Robert
|
||
|
last: Wilson
|