OBJECT
type LoginResponse {# The value to use as the bearer token with the graphql apitoken: String! expiresAt: Time user: User! # A signed JWT token with the user's ID and Name as the payload. Used in the GRPC # apijwt: String }