OBJECT

UserSearchConnection

link GraphQL Schema definition

  • type UserSearchConnection {
  • edges: [UserEdge]
  • pageInfo: PageInfo!
  • totalCount: Int!
  • # The Specialties that are present in the search results.
  • specialties: [NpiTaxonomy]
  • # The locations present in the search results.
  • # Location is determined by the value of the state_code in the user's office list.
  • # Note: A user can therefore have multiple locations.
  • locations: [String]
  • # The organizations present in the search results.
  • # The organizations are determined by the value of the Institution in the user's
  • # work history.
  • # Note: A user can therefore have multiple organizations.
  • # Note: The organization might be from a work history that is no longer active.
  • organizations: [String]
  • # The lowest years of experience present in the search results.
  • minYearsOfExperience: Int
  • # The highest years of experience present in the search results.
  • maxYearsOfExperience: Int
  • }

link Require by