mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
25 lines
410 B
YAML
25 lines
410 B
YAML
description: Bulk query
|
|
url: /v1/query
|
|
status: 200
|
|
response:
|
|
- affected_rows: 2
|
|
-
|
|
- name: "author1"
|
|
- name: "author2"
|
|
query:
|
|
type: bulk
|
|
args:
|
|
- type: insert
|
|
args:
|
|
table: author
|
|
objects:
|
|
- name: "author1"
|
|
is_registered: true
|
|
- name: "author2"
|
|
is_registered: false
|
|
- type: select
|
|
args:
|
|
table: author
|
|
columns:
|
|
- name
|