Skip to main content

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

Returns the elements in the list that come after the specified cursor.

locations.before ● String scalar

Returns the elements in the list that come before the specified cursor.

locations.filters ● LocationFiltersInput input

Filtering options for locations.

locations.first ● Int scalar

Returns the first _n_ elements from the list.

locations.last ● Int scalar

Returns the last _n_ elements from the list.

Type

LocationConnection object

The connection type for Location.