GraphQL OBJECT
PurchaseSearchResult
Purchases that match the search parameters.
link Definition
- type PurchaseSearchResult {
- # List of results that match the search parameters.
- : [PurchaseSearchResultItem]
- # Indicates whether the result is truncated.
- : Boolean
- # Indicates whether the result is truncated.
- : Boolean! @deprecated( reason: "Field renamed, please use 'isTruncated' instead" )
- }