DeleteCeContactStoreNoteTypePayload
Defines the payload for deleting a note type in a continuing education contact store.
type DeleteCeContactStoreNoteTypePayload {
success: Boolean!
}
Fields
DeleteCeContactStoreNoteTypePayload.success ● Boolean! non-null scalar
A flag indicating whether the note type was deleted successfully.
Returned By
deleteCeContactStoreNoteType mutation