mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
a89777c808
These were generated with `--accept` and inspected individually. Mark failing cases as xfail: #3271
17 lines
217 B
YAML
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
|
|
}
|
|
}
|