OBJECT

signInPayload

Autogenerated return type of signIn.

link GraphQL Schema definition

  • type signInPayload {
  • # API Key created
  • api_key: String
  • # Blocked by 2fa status
  • blocked_by_2fa: Boolean
  • # DO NOT USE
  • clientMutationId: String @deprecated( reason: "DO NOT USE" )
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • # Token returned for authorization
  • token: String
  • # User info
  • user: User
  • }