Skip to main content

DeleteCeContactStoreNoteInput

Defines the input for deleting a note in a continuing education contact store.

input DeleteCeContactStoreNoteInput {
ceContactStoreId: ID!
contactId: ID!
noteId: ID!
}

Fields

DeleteCeContactStoreNoteInput.ceContactStoreId ● ID! non-null scalar

The identifier of the continuing education contact store the note is associated with.

DeleteCeContactStoreNoteInput.contactId ● ID! non-null scalar

The identifier of the contact the note is associated with.

DeleteCeContactStoreNoteInput.noteId ● ID! non-null scalar

The identifier of the note.

Member Of

deleteCeContactStoreNote mutation