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"