graphql-engine/server/tests-py/queries/remote_schemas/basic_query_customized.yaml
David Overton 3e1e0773fe Test customization with update_remote_schema
https://github.com/hasura/graphql-engine-mono/pull/1971

GitOrigin-RevId: 617f15193e1149d08327d3a7eb0b21e11e280561
2021-08-02 05:50:49 +00:00

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")
}