mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
be1395de31
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2379 GitOrigin-RevId: eae2b0b401737ceb4e4885ba47c342e26f2026a1
14 lines
196 B
YAML
14 lines
196 B
YAML
description: Null response should be allowed
|
|
url: /v1/graphql
|
|
status: 200
|
|
query:
|
|
query: |
|
|
mutation {
|
|
null_response {
|
|
id
|
|
}
|
|
}
|
|
response:
|
|
data:
|
|
null_response: null
|