graphql-engine/server/tests-py/queries/actions/sync/null_response.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
196 B
YAML
Raw Normal View History

description: Null response should be allowed
url: /v1/graphql
status: 200
query:
query: |
mutation {
null_response {
id
}
}
response:
data:
null_response: null