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