UpdateCeContactStorePayload
Payload when updating a continuing education contact store.
type UpdateCeContactStorePayload {
ceContactStore: CeContactStore!
}
Fields
UpdateCeContactStorePayload.ceContactStore
● CeContactStore!
non-null object
The updated continuing education contact store.
Returned By
updateCeContactStore
mutation