mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 04:51:35 +03:00
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
|