INPUT_OBJECT

OrganizationInfoInput

Payload for adding an organization info

link GraphQL Schema definition

  • input OrganizationInfoInput {
  • # The ID of the organization
  • id: ID
  • # The location of the organization
  • location: LocationInput
  • # The graphql_name of the organization
  • name: String
  • # The NPI of the organization
  • npi: String
  • # The ID of the organization
  • organization_id: ID
  • # The other ID of the organization
  • other_id: String
  • # The other ID qual of the organization
  • other_id_qual: String
  • # The phone number of the organization
  • phone_number: String
  • # The tax ID of the organization
  • tax_id: String
  • # The tax ID type of the organization
  • tax_id_type: String
  • }