OBJECT

UserAlreadyExistsReply

Description

Reply sent after determining if the user already exists in the account.

link GraphQL Schema definition

  • type UserAlreadyExistsReply {
  • # Determines if the user already exists in the account.
  • doesExist: Boolean!
  • }

link Require by