OBJECT

LoginResponse

The response will contain a authorization token if the login was successful

link GraphQL Schema definition

  • type LoginResponse {
  • token: Token!
  • }

link Require by