DeleteCeContactStoreLocationPayload
Payload returned when deleting a location for a continuing education contact store.
type DeleteCeContactStoreLocationPayload {
success: Boolean!
}
Fields
DeleteCeContactStoreLocationPayload.success
● Boolean!
non-null scalar
A flag indicating whether the location was deleted successfully.
Returned By
deleteCeContactStoreLocation
mutation