graphql-engine/server/tests-py/queries/remote_schemas/validation/namespace_validation.yaml

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

20 lines
291 B
YAML
Raw Normal View History

- 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