Closed pedro-m-dietrich closed 1 month ago
The GraphQL error messages now use a formatError to customize unsuccessful responses.
formatError
The format contains a code (uses the HTTP codes), a message and an optional additionalInfo for further details of the error.
code
message
additionalInfo
The GraphQL error messages now use a
formatError
to customize unsuccessful responses.The format contains a
code
(uses the HTTP codes), amessage
and an optionaladditionalInfo
for further details of the error.