OperatingLocationLocationType
Description
The location type of the operating location. Possible values include: professional service, retail, civic organization, hospitality, realestate, public venue, headquarters, office, trade service, business service, scientific, educational, supplier, government, residential, manufactoring, religious, agriculture, and medical. For example, a Target location where a customer can shop would have location_type of "retail", whereas a Target location where a Target employee would work would have location_type of "office".
type OperatingLocationLocationType implements NodeFunctions {
id: UUID!
firstObservedDate: String
lastObservedDate: String
locationType: String
internalId: String
internalOperatingLocationId: String
count(
field: String!
conditions: Conditions
): Int
sum(
field: String!
conditions: Conditions
): Int
min(
field: String!
conditions: Conditions
): Int
max(
field: String!
conditions: Conditions
): Int
avg(
field: String!
conditions: Conditions
): Float
collect(
field: String!
separator: String
conditions: Conditions
): String
minDateTime(
field: String!
conditions: Conditions
): DateTime
maxDateTime(
field: String!
conditions: Conditions
): DateTime
_projection: JSON
}
Fields
OperatingLocationLocationType.id ● UUID! non-null scalar
OperatingLocationLocationType.firstObservedDate ● String scalar
OperatingLocationLocationType.lastObservedDate ● String scalar
OperatingLocationLocationType.locationType ● String scalar
The type of the operating location.