mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 04:51:35 +03:00
5501f686df
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
9 lines
152 B
YAML
9 lines
152 B
YAML
description: Simple GraphQL query (takes 10s to respond)
|
|
url: /v1/graphql
|
|
status: 200
|
|
query:
|
|
query: |
|
|
query {
|
|
delayedHello(arg: "me")
|
|
}
|