locationService
fetch data from the table: "locationService"
locationService(
distinct_on: [locationService_select_column!]
limit: Int
offset: Int
order_by: [locationService_order_by!]
where: locationService_bool_exp
): [locationService!]!
Arguments
locationService.distinct_on
● [locationService_select_column!]
list enum
distinct select on columns
locationService.limit
● Int
scalar
limit the number of rows returned
locationService.offset
● Int
scalar
skip the first n rows. Use only with order_by
locationService.order_by
● [locationService_order_by!]
list input
sort the rows by one or more columns
locationService.where
● locationService_bool_exp
input
filter the rows returned
Type
locationService
object
columns and relationships of "locationService"