UpdateCeContactStoreFunctionGroupInput
Defines the input for updating a continuing education function group.
input UpdateCeContactStoreFunctionGroupInput {
ceContactStoreId: ID!
customFields: [CustomFieldInput!]
functionGroupId: ID!
name: String
uniqueCode: String
}
Fields
UpdateCeContactStoreFunctionGroupInput.ceContactStoreId
● ID!
non-null scalar
The identifier of the continuing education contact store the function group is associated with.
UpdateCeContactStoreFunctionGroupInput.customFields
● [CustomFieldInput!]
list input
The custom fields to create or update for the function group. Optional.
UpdateCeContactStoreFunctionGroupInput.functionGroupId
● ID!
non-null scalar
The unique identifier for the function group.
UpdateCeContactStoreFunctionGroupInput.name
● String
scalar
A UTF-8 string representing the name of the function group. Optional.
UpdateCeContactStoreFunctionGroupInput.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 continuing education contact store.
Member Of
updateCeContactStoreFunctionGroup
mutation