Skip to main content

SponsorshipPackageItemInput

Defines the input for creating a sponsorship package.

input SponsorshipPackageItemInput {
inclusionId: ID!
notes: String
quantity: NonNegativeInt
}

Fields

SponsorshipPackageItemInput.inclusionId ● ID! non-null scalar

The identifier of the inclusion to associate with this sponsorship package.

SponsorshipPackageItemInput.notes ● String scalar

A UTF-8 string value of notes related to the inclusion associated with this sponsorship package. Optional.

SponsorshipPackageItemInput.quantity ● NonNegativeInt scalar

The quantity of the inclusion item to include in this sponsorship package. Optional.

The default value is 0.

Member Of

CreateSponsorshipPackageInput input ● UpdateSponsorshipPackageInput input