ServiceLocation
Represents a service location. A service location is a logical grouping of container sites based on geographical area
type ServiceLocation {
id: ID!
name: String!
account: Account!
containerSites(page: PaginationInput! = [object, Object]): [ContainerSite!]!
}
Fields
id
(ID!
)
ID of the service location
name
(String!
)
Name of the service location
account
(Account!
)
Account that the service location belongs to
containerSites
([ContainerSite!]!
)
A list of all container sites used inside the service location.
An offset (index to start) and an limit (maximum returned) are optional