INPUT_OBJECT
SignupInputV2
link GraphQL Schema definition
- input SignupInputV2 {
- # The user's email address. Must be unique across users
- : String
- # The user's phone number. Must be unique across users
- : String!
- : String
- : String
- # The user's NPI number. Must be unique across users
- : String
- # The user's credential, usually MD, DO, etc
- : String
- # The user's taxonomy code in the NPI database
- : String
- # The user's taxonomy description in the NPI database. If blank, will be populated
- # via the taxonomyCode
- : String
- # The user's username/handle. Must be unique across users
- : String!
- # The Image ID of the user's avatar
- : Int
- : String!
- : Boolean
- # The primary practice state for the user
- : String
- : UserType
- : ID
- : String
- : Boolean!
- : Boolean!
- }