2019-08-23 11:57:19 +03:00
|
|
|
description: Simple GraphQL query (takes 10s to respond)
|
|
|
|
url: /v1/graphql
|
|
|
|
status: 200
|
|
|
|
response:
|
|
|
|
errors:
|
2021-07-07 13:14:13 +03:00
|
|
|
- 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'
|
2019-08-23 11:57:19 +03:00
|
|
|
query:
|
|
|
|
query: |
|
|
|
|
query {
|
|
|
|
delayedHello(arg: "me")
|
|
|
|
}
|