Skip to main content

userByID

Query that returns the user associated with an ID.

If no user with that ID is found, returns null

userByID(
id: ID!
): User

Arguments​

id (ID!)​

ID of the user

Type​

User​

Represents a user that is associated with a account