GraphQL Schema ReferenceApiQueriesuserOn this pageuserFinds 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