UpdateCeContactStoreLocationPayload
Payload returned when updating a location for a continuing education contact store.
type UpdateCeContactStoreLocationPayload {
location: Location!
}
Fields
UpdateCeContactStoreLocationPayload.location
● Location!
non-null object
Returned By
updateCeContactStoreLocation
mutation