ContactUpdatePayload
Autogenerated return type of ContactUpdate
type ContactUpdatePayload {
clientMutationId: String
contact: Contact!
errors: [UserError!]!
}
Fields
ContactUpdatePayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
ContactUpdatePayload.contact ● Contact! non-null object common
The updated contact.
ContactUpdatePayload.errors ● [UserError!]! non-null object common
Errors related to user input
Returned by
contactUpdate mutation