GraphQL OBJECT
RenewalQuoteSearchResult
Contains a list of renewal quotes.
link Definition
- type RenewalQuoteSearchResult {
- # List of results that match the search parameters.
- : [RenewalQuoteSearchResultItem]
- # Indicates whether the result is truncated.
- : Boolean
- }