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