UserQuery is a class representing a query for user data. It includes a method to send the user query and receive the response.
UserQuery
Constructs a new UserQuery instance.
The authentication token.
user is a method that sends a query request to get user data.
user
The variables for the query.
The response from the query request.
UserQuery
is a class representing a query for user data. It includes a method to send the user query and receive the response.