users
Get all users
users(
first: Int
orderBy: UserOrderInput
skip: Int
): UserConnection!
Arguments
users.first
● Int
scalar
Number of items to return
users.orderBy
● UserOrderInput
input
Ordering
users.skip
● Int
scalar
Number of items to skip
Type
UserConnection
object
A connection to a list of
User
values.