SponsorshipPackageSearchFilterInput
Defines the sponsorship package filter criteria used when searching for sponsorships in EventsAir.
The following rules apply:
- Where a field accepts a list of values as a filter, those values are applied using an
ORoperator. - If specifying multiple fields to filter on (for example both
namesanduniqueCodes), fields are applied using anANDoperator.
input SponsorshipPackageSearchFilterInput {
names: [String!]
uniqueCodes: [String!]
}
Fields
SponsorshipPackageSearchFilterInput.names ● [String!] list scalar
Filter sponsorships based on their package names. Optional.
SponsorshipPackageSearchFilterInput.uniqueCodes ● [String!] list scalar
Filter sponsorships based on their package unique codes. Optional.