me
Get the currently authenticated user.
Resolves to the user associated with the current authentication credentials.
Resolves to null if not authenticated.
Example:
query GetCurrentUser { me { id name } }query GetCurrentUser { me { id name } }
Arguments
me doesn't take any arguments.
Type
This field resolves to User, which has the following fields: