mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
19 lines
218 B
YAML
19 lines
218 B
YAML
url: /v1/graphql
|
|
query:
|
|
query: |
|
|
query {
|
|
test {
|
|
id
|
|
name
|
|
}
|
|
}
|
|
response:
|
|
data:
|
|
test:
|
|
- id: 1
|
|
name: Gzip
|
|
- id: 2
|
|
name: Brotli
|
|
- id: 3
|
|
name: Nothing
|