Skip to main content

DeleteContactStoreNoteInput

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

input DeleteContactStoreNoteInput {
contactId: ID!
contactStoreId: ID!
noteId: ID!
}

Fields

DeleteContactStoreNoteInput.contactId ● ID! non-null scalar

The identifier of the contact the note is associated with.

DeleteContactStoreNoteInput.contactStoreId ● ID! non-null scalar

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

DeleteContactStoreNoteInput.noteId ● ID! non-null scalar

The identifier of the note.

Member Of

deleteContactStoreNote mutation