GraphQL OBJECT
PurchaseDocumentSearchResult
Purchase documents that match the search parameters.
link Definition
- type PurchaseDocumentSearchResult {
- #   List of results that match the search parameters.
- : [PurchaseDocumentSearchResultItem] 
- #   Indicates whether the result is truncated.
- : Boolean 
- }