INPUT_OBJECT

PackageGrantFilter

link GraphQL Schema definition

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