graphql-engine/server/tests-py/queries/remote_schemas/validation/namespace_validation.yaml
David Overton 5bfce057c6 Refactor remote schema customization
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2771
GitOrigin-RevId: 0c90136f956df3f4552140e6ca3d2f4766f8b3f5
2021-11-30 00:38:27 +00:00

20 lines
291 B
YAML

- description: query with namespace
url: /v1/graphql
status: 200
query:
query: |
{
foo {
hero(episode: 4) {
id
name
}
}
}
response:
data:
foo:
hero:
id: '1'
name: R2-D2