ContactResponsePayload
A contact in the application or the error related to the operation on the contact.
type ContactResponsePayload {
data: Contact
error: String
}
Fields
ContactResponsePayload.data ● Contact object
ContactResponsePayload.error ● String scalar
Returned By
addContactPhoneNumber mutation ● deleteContact mutation ● removeContactPhoneNumber mutation ● updateContact mutation ● updateContactPhoneNumber mutation