mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 04:51:35 +03:00
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")
|
||
|
}
|