Magidoc

Query
Object

The Query type represents all of the entry points into the API.

Fields

#

users

[ User !]!
Non-null

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

Non-null

Returns true if the user is logged in, false otherwise.