OBJECT

PropertyInterestConnection

The connection type for PropertyInterest.

link GraphQL Schema definition

  • type PropertyInterestConnection {
  • # A list of edges.
  • edges: [PropertyInterestEdge]
  • # A list of nodes.
  • nodes: [PropertyInterest]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • # Total # of pages, based on total count and pagesize
  • totalPageCount: Int!
  • }