mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
14 lines
243 B
YAML
14 lines
243 B
YAML
|
description: Regression test for hasura/graphql-engine#7543 and hasura/graphql-engine#8200
|
||
|
url: /v1/graphql
|
||
|
status: 200
|
||
|
response:
|
||
|
data:
|
||
|
jsonTest:
|
||
|
"foo\\": bar
|
||
|
"\"foo\"": bar
|
||
|
query:
|
||
|
query: |
|
||
|
query {
|
||
|
jsonTest
|
||
|
}
|