mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 21:12:09 +03:00
12 lines
159 B
YAML
12 lines
159 B
YAML
|
type: bulk
|
||
|
args:
|
||
|
|
||
|
- type: insert
|
||
|
args:
|
||
|
table: users
|
||
|
objects:
|
||
|
- name: Alyssa
|
||
|
favorite_color: red
|
||
|
- name: Ben
|
||
|
favorite_color: blue
|