graphql-engine/server/tests-py/queries/remote_schemas/remote_relationships/with_relay.yaml

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

28 lines
640 B
YAML
Raw Normal View History

# https://github.com/hasura/graphql-engine/issues/5144
description: Test remote relationships via relay endpoint
url: /v1beta1/relay
status: 200
query:
query: |
query {
profiles_connection{
edges{
node{
id
name
messageBasic {
id
msg
name
}
}
}
}
}
response:
errors:
- extensions:
path: $.selectionSet.profiles_connection.selectionSet.edges.selectionSet.node.selectionSet.messageBasic
code: validation-failed
message: "field \"messageBasic\" not found in type: 'profiles'"