OptionalerrorIf the mutation produces one or more errors, this object contains either an array of graphQLErrors or a single networkError. Otherwise, this value is undefined.
For more information, see Handling operation errors.
OptionalextensionsCustom extensions returned from the GraphQL server
The data returned from your mutation. Can be
undefinedif theerrorPolicyisallorignoreand the server returns a GraphQL response witherrorsbut notdataor a network error is returned.