mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
16 lines
184 B
YAML
16 lines
184 B
YAML
url: /v1/query
|
|
query:
|
|
type: select
|
|
args:
|
|
table: test
|
|
columns:
|
|
- id
|
|
- name
|
|
response:
|
|
- id: 1
|
|
name: Gzip
|
|
- id: 2
|
|
name: Brotli
|
|
- id: 3
|
|
name: Nothing
|