The Query type represents all of the entry points into the API.
Query
users
Get all users in the system. TODO: Consider implementing pagination for large datasets.
user
Get a user by their ID. Returns null if the user is not found.
isLoggedIn
Returns true if the user is logged in, false otherwise.
Mutation
String