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

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

14 lines
219 B
YAML
Raw Normal View History

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")
}