UpdateContactStoreNotePayload
Payload returned when updating a note in a contact store.
type UpdateContactStoreNotePayload {
note: ContactStoreNote!
}
Fields
UpdateContactStoreNotePayload.note ● ContactStoreNote! non-null object
The updated note.
Returned By
updateContactStoreNote mutation