user
Finds a user by ID. If there is no user with that ID, errors out.
user(
id: ID
): User!
Arguments
user
.id
● ID
scalar
The ID of the user to find.
Type
User
object
A user on this instance of Intercode. Users exist across all conventions. For each convention a user has logged into, they will have an attached UserConProfile.