CreateCeContactStoreNotePayload
Payload returned when creating a note in a continuing education contact store.
type CreateCeContactStoreNotePayload {
note: CeContactStoreNote!
}
Fields
CreateCeContactStoreNotePayload.note
● CeContactStoreNote!
non-null object
The created note.
Returned By
createCeContactStoreNote
mutation