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