OBJECT
1type CustomerUpdatePayload {23# The updated customer object.4customer: Customer 56# List of errors that occurred executing the mutation.7userErrors: [UserError!]! 89}