graphql-engine/server/tests-py/queries/compression/graphql_query.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
218 B
YAML
Raw Normal View History

url: /v1/graphql
query:
query: |
query {
test {
id
name
}
}
response:
data:
test:
- id: 1
name: Gzip
- id: 2
name: Brotli
- id: 3
name: Nothing