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