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