Skip to main content

UpdateMembershipContactStoreNoteTypeInput

Defines the input for updating a note type in a membership contact store.

input UpdateMembershipContactStoreNoteTypeInput {
containsPersonalData: Boolean
membershipContactStoreId: ID!
name: String
noteTypeId: ID!
uniqueCode: String
}

Fields

UpdateMembershipContactStoreNoteTypeInput.containsPersonalData ● Boolean scalar

A flag indicating whether the note type includes sensitive personal data. This is used by EventsAir to identify these fields for reporting to attendees, and when anonymizing or deleting a contact record for data privacy reasons. Optional.

UpdateMembershipContactStoreNoteTypeInput.membershipContactStoreId ● ID! non-null scalar

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

UpdateMembershipContactStoreNoteTypeInput.name ● String scalar

A UTF-8 string representing the name of the note type. Optional.

UpdateMembershipContactStoreNoteTypeInput.noteTypeId ● ID! non-null scalar

The identifier of the note type.

UpdateMembershipContactStoreNoteTypeInput.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the note type. Optional.

The value must be unique across all note types for a membership contact store.

Member Of

updateMembershipContactStoreNoteType mutation