locations
Get all locations for a company or warehouse
locations(
after: String
before: String
filters: LocationFiltersInput
first: Int
last: Int
): LocationConnection!
Arguments
locations.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
locations.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
locations.filters ● LocationFiltersInput input warehouses
Filtering options for locations.
locations.first ● Int scalar common
Returns the first _n_ elements from the list.
locations.last ● Int scalar common
Returns the last _n_ elements from the list.
Type
LocationConnection object common
The connection type for Location.