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