UpdateContactStorePayload
Payload when updating a contact store.
type UpdateContactStorePayload {
contactStore: ContactStore!
}
Fields
UpdateContactStorePayload.contactStore
● ContactStore!
non-null object
The updated contact store.
Returned By
updateContactStore
mutation