mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
ae6d624441
https://github.com/hasura/graphql-engine-mono/pull/1719 GitOrigin-RevId: 5ff671bcff5f0559b9821f8359ebee4129f4b664
27 lines
699 B
YAML
27 lines
699 B
YAML
description: Simple GraphQL query (takes 10s to respond)
|
|
url: /v1/graphql
|
|
status: 200
|
|
response:
|
|
errors:
|
|
- message: HTTP exception occurred while sending the request to http://localhost:5000/hello-graphql
|
|
extensions:
|
|
code: remote-schema-error
|
|
path: $
|
|
internal:
|
|
message: ResponseTimeout
|
|
request:
|
|
proxy:
|
|
secure: false
|
|
path: /hello-graphql
|
|
responseTimeout: ResponseTimeoutMicro 5000000
|
|
method: POST
|
|
host: localhost
|
|
requestVersion: HTTP/1.1
|
|
redirectCount: '10'
|
|
port: '5000'
|
|
query:
|
|
query: |
|
|
query {
|
|
delayedHello(arg: "me")
|
|
}
|