OBJECT
type ApiToken implements Node {id: ID! # The name of the tokenname: String! # The token used to authenticate the usertoken: String! # The last time the token was usedlastUsedAt: Time createdAt: Time! # The timestamp when the token expiresexpiresAt: Time # The user that owns the tokenuser: User }