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