Skip to main content

location

fetch data from the table: "location"

location(
distinct_on: [location_select_column!]
limit: Int
offset: Int
order_by: [location_order_by!]
where: location_bool_exp
): [location!]!

Arguments

location.distinct_on ● [location_select_column!] list enum

distinct select on columns

location.limit ● Int scalar

limit the number of rows returned

location.offset ● Int scalar

skip the first n rows. Use only with order_by

location.order_by ● [location_order_by!] list input

sort the rows by one or more columns

location.where ● location_bool_exp input

filter the rows returned

Type

location object

columns and relationships of "location"