mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
3e1e0773fe
https://github.com/hasura/graphql-engine-mono/pull/1971 GitOrigin-RevId: 617f15193e1149d08327d3a7eb0b21e11e280561
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")
|
|
}
|