Skip to main content

UpdateCeContactStoreInput

Defines the input for updating the details for a continuing education contact store.

input UpdateCeContactStoreInput {
ceContactStoreId: ID!
customFields: [CustomFieldInput!]
}

Fields​

UpdateCeContactStoreInput.ceContactStoreId ● ID! non-null scalar​

The ID of the continuing education contact store to be updated.

UpdateCeContactStoreInput.customFields ● [CustomFieldInput!] list input​

The custom fields to update or create for the continuing education contact store. Optional.

Member Of​

updateCeContactStore mutation