UpdateCeContactStoreNoteTypePayload
Payload returned when updating a note type in a continuing education contact store.
type UpdateCeContactStoreNoteTypePayload {
noteType: CeContactStoreNoteType!
}
Fields
UpdateCeContactStoreNoteTypePayload.noteType ● CeContactStoreNoteType! non-null object
The updated note type.
Returned By
updateCeContactStoreNoteType mutation