# DoctorConnection **Type:** GraphQL objects **Description:** Doctor information ## Fields - nodes (Doctor): Nodes for this page - id (String): Unique ID specific to doctor-practice combination - doctorName (String): Full doctor name - practiceName (String): Practice name - address (String): Practice address - city (String): Practice city - state (String): Practice state - zipCode (String): Practice zip code - pageInfo (PageInfo, Not Null): Details to enable pagination - endCursor (String): Cursor to use when paginating forwards - hasNextPage (Boolean): Specifies if there are more items when paginating forwards - totalCount (Int): Total item count for this query or subquery