UpdateCeContactStoreContactGroupNameInput
Defines the input details for updating the name of a contact group in a continuing education contact store.
input UpdateCeContactStoreContactGroupNameInput {
ceContactStoreId: ID!
coordinatorId: ID!
groupName: String!
}
Fields
UpdateCeContactStoreContactGroupNameInput.ceContactStoreId ● ID! non-null scalar
The identifier of the continuing education contact store associatetd with the coordinator.
UpdateCeContactStoreContactGroupNameInput.coordinatorId ● ID! non-null scalar
The identifier of the contact who is the coordinator of the group.
UpdateCeContactStoreContactGroupNameInput.groupName ● String! non-null scalar
The name of the contact group.
Member Of
updateCeContactStoreContactGroupName mutation