SponsorshipSetup
Defines the settings for sponsorships for an event in EventsAir.
type SponsorshipSetup {
sponsorshipPackages(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [SponsorshipPackage!]!
}
Fields
SponsorshipSetup.sponsorshipPackages
● [SponsorshipPackage!]!
non-null object
A list of sponsorship packages available for this event.
Optionally, the offset
and limit
arguments can be used to page through multiple items:
offset
must be a non-negative integer (defaults to0
).limit
must be a positive integer from1
to2000
(defaults to100
).
SponsorshipSetup.sponsorshipPackages.limit
● PaginationLimit!
non-null scalar
SponsorshipSetup.sponsorshipPackages.offset
● NonNegativeInt!
non-null scalar
Member Of
EventSetup
object