Skip to main content

user

Looks up a single user by id. Requires a valid game token. NOTE: the users table is management-owned, so in cks-game-api this throws ForbiddenException directing you to call cks-management-api directly; use that API to read arbitrary users. Use me to read the caller’s own profile.

user(
id: BigInt!
): User

Arguments

user.id ● BigInt! non-null scalar

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

Type

User object