# doctors **Type:** GraphQL queries **Description:** Find doctors by searching for *searchString* across the following fields: Doctor Name, Practice Name, Address, Phone Number, Fax Number, and Webpage URL, or by finding doctors with fields matching the fields specified in *match* ## Arguments - searchString (String): Value to search for across the following fields: Doctor Name, Practice Name, Address, Phone Number, Fax Number, and Webpage URL - match (DoctorMatchInput): Input fields to compare against doctor fields to determine a match - doctorName (String): Doctor name - practiceName (String): Practice name - phoneNumber (String): Phone number - faxNumber (String): Fax number - email (String): Doctor email address - address (String): Street address #1 - address2 (String): Street address #2 - city (String): City - state (String): State - zipCode (String): Zip code - url (String): Website URL - cursor (String): Used to get the next page of search results ## Response **Type:** DoctorConnection **Description:** Doctor information ### Fields - nodes (Doctor): Nodes for this page - pageInfo (PageInfo): Details to enable pagination - totalCount (Int): Total item count for this query or subquery