OBJECT
The connection type for Advisor.
type AdvisorConnection {cursors: [String!]! # A list of edges.edges: [AdvisorEdge] # A list of nodes.nodes: [Advisor] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! }