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