mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
12 lines
166 B
YAML
12 lines
166 B
YAML
|
description: Simple GraphQL query
|
||
|
url: /v1/graphql
|
||
|
status: 200
|
||
|
response:
|
||
|
data:
|
||
|
my_hello: Hello me
|
||
|
query:
|
||
|
query: |
|
||
|
query {
|
||
|
my_hello(arg: "me")
|
||
|
}
|