OBJECT

LoginResponse

link GraphQL Schema definition

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

link Require by