UpdateMembershipContactStoreScopedCustomFieldDefinitionInput
Defines the input details for updating an existing custom field definition for a membership contact store.
input UpdateMembershipContactStoreScopedCustomFieldDefinitionInput {
containsPersonalData: Boolean
customFieldDefinitionId: ID!
customFieldTabId: ID
isMandatory: Boolean
membershipContactStoreId: ID!
name: String
sortOrder: NonNegativeInt
tags: [UpdateCustomFieldDefinitionTagInput!]
uniqueCode: String
}
Fields
UpdateMembershipContactStoreScopedCustomFieldDefinitionInput.containsPersonalData ● Boolean scalar
A flag indicating whether the custom field includes sensitive personal data. Optional.
UpdateMembershipContactStoreScopedCustomFieldDefinitionInput.customFieldDefinitionId ● ID! non-null scalar
The identifier of the custom field definition.
UpdateMembershipContactStoreScopedCustomFieldDefinitionInput.customFieldTabId ● ID scalar
The identifier of the custom field tab to associate the custom field definition with. Optional.
UpdateMembershipContactStoreScopedCustomFieldDefinitionInput.isMandatory ● Boolean scalar
A flag indicating whether the custom field requires a value to be completed. Optional.
UpdateMembershipContactStoreScopedCustomFieldDefinitionInput.membershipContactStoreId ● ID! non-null scalar
The identifier of the membership contact store the custom field definition is associated with.
UpdateMembershipContactStoreScopedCustomFieldDefinitionInput.name ● String scalar
A UTF-8 string representing the name of the custom field definition. Optional.
UpdateMembershipContactStoreScopedCustomFieldDefinitionInput.sortOrder ● NonNegativeInt scalar
Defines the order that the custom field definition is sorted by in lists. Optional.
If set to null, will default to 0.
UpdateMembershipContactStoreScopedCustomFieldDefinitionInput.tags ● [UpdateCustomFieldDefinitionTagInput!] list input
The tags for a TAG custom field definition. Optional.
If provided, this list represents the desired final set of tags.
UpdateMembershipContactStoreScopedCustomFieldDefinitionInput.uniqueCode ● String scalar
A customer supplied, UTF-8 string value that represents a unique code for the custom field definition. Optional.
The value must be unique across all custom field definitions for a membership contact store.
Member Of
updateMembershipContactStoreScopedCustomFieldDefinition mutation