INPUT_OBJECT
PackageGrantFilter
link GraphQL Schema definition
1 input PackageGrantFilter { 5 2 #   When grantType is specified, the results will only include packages having the  3 #   specified package grant type 4 : PackageGrantType 9 6 #   When isLatest is true, the results will only include packages tagged with the  7 #   latest version in the lineage 8 : Boolean 13 10 #   When status is specified, the results will only include packages having the  11 #   specified status 12 : PackageStatus 16 14 #   name regexp pattern 15 : String 20 17 #   When distributionType is specified, the results will only include packages  18 #   having the specified distribution type 19 : EngineDistributionType 21 }