Skip to main content

user

Looks up a single user by id. Requires a valid game token.

user(
id: BigInt!
): User

Arguments

user.id ● BigInt! non-null scalar

Target user id (BigInt sent as a decimal string).

Type

User object