CreateCeContactStoreLocationPayload
Payload returned when creating a new location for a continuing education contact store.
type CreateCeContactStoreLocationPayload {
location: Location!
}
Fields
CreateCeContactStoreLocationPayload.location
● Location!
non-null object
Returned By
createCeContactStoreLocation
mutation