graphql-engine/server/tests-py/queries/remote_schemas/basic_timeout_query.yaml
Puru Gupta 5501f686df server: do not serialize env vars in logs or errors: PR I - Remote Schemas
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4463
Co-authored-by: Naveen Naidu <30195193+Naveenaidu@users.noreply.github.com>
Co-authored-by: Brandon Simmons <210815+jberryman@users.noreply.github.com>
GitOrigin-RevId: 71c6824130d71312f5bd5ae94fc268c0544c6ca3
2022-05-21 09:05:59 +00:00

9 lines
152 B
YAML

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