mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
dfd09159ec
`encJFromAssocList` is broken since it does not appropriately escape the keys of the JSON dictionaries. Presumably it should. This is a hotfix for a JSON encoding issue. Longer-term solutions are being discussed in hasura/graphql-engine-mono#3736. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4139 GitOrigin-RevId: 27afff319d268a4ec017c8eafd694cc17c2fd7f0
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
|
|
}
|