OBJECT

AdvisorConnection

The connection type for Advisor.

link GraphQL Schema definition

  • 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!
  • }

link Require by