graphql-engine/server/tests-py/queries/remote_schemas/check_resp_headers.yaml

14 lines
219 B
YAML

description: Check response headers from remote
url: /v1alpha1/graphql
status: 200
response:
data:
hello: Hello me
response_headers:
'Set-Cookie': abcd
query:
query: |
query {
hello(arg: "me")
}