graphql-engine/server/tests-py/queries/remote_schemas/validation/namespace_validation.yaml
David Overton 4a69fdeb01 Dmoverton/5863 prefix namespacing
GitOrigin-RevId: 108e8b25e745cb4f74d143d316262049cef62b70
2021-06-09 22:42:05 +00:00

26 lines
438 B
YAML

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