INPUT_OBJECT

SignupInputV2

link GraphQL Schema definition

  • input SignupInputV2 {
  • # The user's email address. Must be unique across users
  • email: String
  • # The user's phone number. Must be unique across users
  • phone: String!
  • firstName: String
  • lastName: String
  • # The user's NPI number. Must be unique across users
  • npiNumber: String
  • # The user's credential, usually MD, DO, etc
  • credential: String
  • # The user's taxonomy code in the NPI database
  • taxonomyCode: String
  • # The user's taxonomy description in the NPI database. If blank, will be populated
  • # via the taxonomyCode
  • taxonomyDesc: String
  • # The user's username/handle. Must be unique across users
  • handle: String!
  • # The Image ID of the user's avatar
  • profileImageID: Int
  • phoneVerificationToken: String!
  • optsInToMarketing: Boolean
  • # The primary practice state for the user
  • state: String
  • userType: UserType
  • providerTypeID: ID
  • primaryLicenseNumber: String
  • optsInToMarketingSMS: Boolean!
  • optsInToNonMarketingSMS: Boolean!
  • }

link Require by