OBJECT
AppraisalVendorConnection
The connection type for AppraisalVendor.
link GraphQL Schema definition
- type AppraisalVendorConnection {
- # A list of edges.
- AppraisalVendorEdge] : [
- # A list of nodes.
- AppraisalVendor] : [
- # Information to aid in pagination.
- PageInfo! :
- Int! :
- # Total # of pages, based on total count and pagesize
- Int! :
- }