graphql-engine/server/tests-py/queries/remote_schemas/basic_timeout_query.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
152 B
YAML
Raw Normal View History

description: Simple GraphQL query (takes 10s to respond)
url: /v1/graphql
status: 200
query:
query: |
query {
delayedHello(arg: "me")
}