mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
14 lines
219 B
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")
|
|
}
|