OBJECT
UserSearchConnection
link GraphQL Schema definition
- type UserSearchConnection {
- : [UserEdge]
- : PageInfo!
- : Int!
- # The Specialties that are present in the search results.
- : [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.
- : [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.
- : [String]
- # The lowest years of experience present in the search results.
- : Int
- # The highest years of experience present in the search results.
- : Int
- }