UpdateMembershipContactStoreNoteInput
Defines the input for updating a note in a membership contact store.
input UpdateMembershipContactStoreNoteInput {
content: String
customFields: [CustomFieldInput!]
membershipContactStoreId: ID!
noteId: ID!
noteTypeId: ID
}
Fields
UpdateMembershipContactStoreNoteInput.content
● String
scalar
The text content of the note. Optional.
UpdateMembershipContactStoreNoteInput.customFields
● [CustomFieldInput!]
list input
The custom fields to create or update for the note. Optional.
UpdateMembershipContactStoreNoteInput.membershipContactStoreId
● ID!
non-null scalar
The identifier of the membership contact store the note is associated with.
UpdateMembershipContactStoreNoteInput.noteId
● ID!
non-null scalar
The identifier of the note.
UpdateMembershipContactStoreNoteInput.noteTypeId
● ID
scalar
The identifier of the note type of the note. Optional.
Member Of
updateMembershipContactStoreNote
mutation