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