OBJECT
QuoteKPIEntityConnection
link GraphQL Schema definition
- type QuoteKPIEntityConnection {
- # Pagination data for this connection.
- : PageInfo!
- # Contains the nodes in this connection.
- : [QuoteKPIEntityEdge]!
- # Total number of items in the connection.
- : Int
- }