Skip to main content

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 OR operator.
  • If specifying multiple fields to filter on (for example both names and uniqueCodes), fields are applied using an AND operator.
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.

Member Of

SponsorshipSearchFilterInput input