UpdateContactStoreNoteTypePayload
Payload returned when updating a note type in a contact store.
type UpdateContactStoreNoteTypePayload {
noteType: ContactStoreNoteType!
}
Fields
UpdateContactStoreNoteTypePayload.noteType ● ContactStoreNoteType! non-null object
The updated note type.
Returned By
updateContactStoreNoteType mutation