If the request included execution, the response map must contain an entry with key data. The value of this entry is described in the “Data” section. If the request failed before execution due to a syntax error, missing information, or validation error, this entry must not be present.
The only exception is our bean validation, responses during an error contain this field:
"data" : {
operationName: null
}
There was no need to change anything on the client side.
https://spec.graphql.org/draft/#sec-Response-Format
The only exception is our bean validation, responses during an error contain this field:
There was no need to change anything on the client side.
fix:#2081