users
Get a connection to all the users.
users(
first: Int
after: String
last: Int
before: String
filterBy: UserFilter
): UserConnection!
Arguments
users.first
● Int
scalar
Returns the first n elements from the list.
users.after
● String
scalar
Returns the elements in the list that come after the specified cursor.
users.last
● Int
scalar
Returns the last n elements from the list.
users.before
● String
scalar
Returns the elements in the list that come before the specified cursor.
users.filterBy
● UserFilter
input
Filtering options for users.
Type
UserConnection
object
The connection type for users.