OBJECT

signInPayload

Autogenerated return type of signIn.

link GraphQL Schema definition

  • type signInPayload {
  • api_key: String
  • blocked_by_2fa: Boolean
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • token: String
  • user: User
  • }