locations
Gets the range of Locations data via the available fields
locations(
lastId: String
updatedInDataMart: DateTime
pageSize: Int! = 5000
): [Location!]!
Arguments
locations.lastId ● String scalar
Id to be used to get the next page (logic used: greater than)
locations.updatedInDataMart ● DateTime scalar
DateTime when the document was updated in DataMart (logic used: greater than)
locations.pageSize ● Int! non-null scalar
Maximum page size is 5000
Type
Location object
Locations. Note: if a Location is deleted on ERP side this will not be reflected in DataMart for the time being. Support for deletion detection is in development.