graphql-engine/server/tests-py/queries/remote_schemas/basic_query_customized.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
166 B
YAML
Raw Normal View History

description: Simple GraphQL query
url: /v1/graphql
status: 200
response:
data:
my_hello: Hello me
query:
query: |
query {
my_hello(arg: "me")
}