DeleteCeContactStoreNoteTypeInput
Defines the input for deleting a note type in a continuing education contact store.
input DeleteCeContactStoreNoteTypeInput {
ceContactStoreId: ID!
noteTypeId: ID!
}
Fields
DeleteCeContactStoreNoteTypeInput.ceContactStoreId ● ID! non-null scalar
The identifier of the continuing education contact store the note type is associated with.
DeleteCeContactStoreNoteTypeInput.noteTypeId ● ID! non-null scalar
The identifier of the note type.
Member Of
deleteCeContactStoreNoteType mutation