OBJECT

AppraisalVendorConnection

The connection type for AppraisalVendor.

link GraphQL Schema definition

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