graphql-engine/server/tests-py/queries/remote_schemas/simple2_query.yaml
Brandon Simmons a89777c808 Fix result ordering in some incorrect tests
These were generated with `--accept` and inspected individually.

Mark failing cases as xfail: #3271
2019-11-05 15:15:25 -06:00

17 lines
217 B
YAML

description: Simple2 GraphQL query
url: /v1/graphql
status: 200
response:
data:
user:
id: 2
username: john
query:
query: |
query {
user(id: 2) {
id
username
}
}