mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
21 lines
325 B
YAML
21 lines
325 B
YAML
|
description: Regression test for hasura/graphql-engine#7172
|
||
|
url: /v1/graphql
|
||
|
status: 200
|
||
|
response:
|
||
|
data:
|
||
|
regression_7172:
|
||
|
- features:
|
||
|
"Start Color": 44
|
||
|
project:
|
||
|
id: 1
|
||
|
query:
|
||
|
query: |
|
||
|
query {
|
||
|
regression_7172 {
|
||
|
features
|
||
|
project {
|
||
|
id
|
||
|
}
|
||
|
}
|
||
|
}
|