Skip to main content

provider

fetch data from the table: "provider"

provider(
distinct_on: [provider_select_column!]
limit: Int
offset: Int
order_by: [provider_order_by!]
where: provider_bool_exp
): [provider!]!

Arguments

provider.distinct_on ● [provider_select_column!] list enum

distinct select on columns

provider.limit ● Int scalar

limit the number of rows returned

provider.offset ● Int scalar

skip the first n rows. Use only with order_by

provider.order_by ● [provider_order_by!] list input

sort the rows by one or more columns

provider.where ● provider_bool_exp input

filter the rows returned

Type

provider object

columns and relationships of "provider"