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