SponsorshipItemInput
Defines the input for an inclusion in a sponsorship.
input SponsorshipItemInput {
inclusionId: ID!
notes: String
quantity: NonNegativeInt!
}
Fields
SponsorshipItemInput.inclusionId ● ID! non-null scalar
The identifier of the inclusion to associate with this sponsorship.
SponsorshipItemInput.notes ● String scalar
A UTF-8 string representing the notes for the inclusion to associate with this sponsorship. Optional.
SponsorshipItemInput.quantity ● NonNegativeInt! non-null scalar
The quantity of the inclusion item to include in this sponsorship.
Member Of
CreateSponsorshipInput input ● UpdateSponsorshipInput input