GraphQL OBJECT
TaxExemptionDocumentSearchResult
Tax exemption documents search result.
link Definition
- type TaxExemptionDocumentSearchResult {
- # The tax exemption documents which match to the filter criteria.
- : [TaxExemptionDocument]
- # isTruncated.
- : Boolean
- # totalCount.
- : Int
- }