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