mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 04:51:35 +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")
|
||
|
}
|