CreateMembershipContactStoreFunctionGroupInput
Defines the input for creating a membership contact store function group.
input CreateMembershipContactStoreFunctionGroupInput {
customFields: [CustomFieldInput!]
membershipContactStoreId: ID!
name: String!
uniqueCode: String
}
Fields
CreateMembershipContactStoreFunctionGroupInput.customFields ● [CustomFieldInput!] list input
The custom fields to create or update for the function group. Optional.
CreateMembershipContactStoreFunctionGroupInput.membershipContactStoreId ● ID! non-null scalar
The identifier of the membership contact store the function group is associated with.
CreateMembershipContactStoreFunctionGroupInput.name ● String! non-null scalar
A UTF-8 string representing the name of the function group.
CreateMembershipContactStoreFunctionGroupInput.uniqueCode ● String scalar
A customer supplied, UTF-8 string value that represents a unique code for the function group. Optional.
The value must be unique across all function groups for a membership contact store.