UpdateContactResponse
Response for updating a Contact
type UpdateContactResponse {
success: Boolean!
contact: Contact
errors: [String!]
}
Fields
UpdateContactResponse.success ● Boolean! non-null scalar
Whether the operation was successful
UpdateContactResponse.contact ● Contact object
The updated Contact
UpdateContactResponse.errors ● [String!] list scalar
List of errors that may have occurred during the operation
Returned By
updateContact mutation