user
Fetch a user by their user ID (GUID).
user(
userId: ID!
): User
Arguments
user.userId ● ID! non-null scalar
The unique identifier (GUID) of the user to fetch.
Fetch a user by their user ID (GUID).
user(
userId: ID!
): User
user.userId ● ID! non-null scalarThe unique identifier (GUID) of the user to fetch.
User object