mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
13 lines
257 B
YAML
13 lines
257 B
YAML
description: Simple GraphQL query (takes 10s to respond)
|
|
url: /v1/graphql
|
|
status: 200
|
|
response:
|
|
errors:
|
|
- message: ResponseTimeout
|
|
extensions: {'path': '$', 'code': 'unexpected'}
|
|
query:
|
|
query: |
|
|
query {
|
|
delayedHello(arg: "me")
|
|
}
|