Skip to content

User

User query

User(
id: Int
name: String
isModerator: Boolean
search: String
sort: [UserSort]
): User

Filter by the user id

Filter by the name of the user

Filter to moderators only if true

Filter by search query

The order the results will be returned in

A user