CreateCeContactStoreContactGroupInput
Defines the input details for creating a contact group in a continuing education contact store.
input CreateCeContactStoreContactGroupInput {
ceContactStoreId: ID!
contactId: ID!
groupName: String!
}
Fields
CreateCeContactStoreContactGroupInput.ceContactStoreId
● ID!
non-null scalar
The identifier of the continuing education contact store where the contact group is to be created.
CreateCeContactStoreContactGroupInput.contactId
● ID!
non-null scalar
The identifier of the contact who will be the coordinator of the group.
CreateCeContactStoreContactGroupInput.groupName
● String!
non-null scalar
The name of the contact group.
Member Of
createCeContactStoreContactGroup
mutation