OperatingLocationLocationType
Description
The location type of the operating location--eg. retail, office, etc.
As an example, an operating location for Target at an address where a person can go and shop would have location_type "retail".
An operating location for Target where a Target employee would go to work would have location_type = "office".
type OperatingLocationLocationType implements MathFunctions {
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
}
Fields
OperatingLocationLocationType.id
● UUID!
non-null scalar
OperatingLocationLocationType.firstObservedDate
● String
scalar
OperatingLocationLocationType.lastObservedDate
● String
scalar
OperatingLocationLocationType.locationType
● String
scalar
The location type of the operating location.