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