SponsorshipPackageItem
Defines an item included within a sponsorship package.
type SponsorshipPackageItem {
createdAt: DateTime!
createdBy: String
id: ID!
isCompleted: Boolean
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
notes: String
quantity: NonNegativeInt!
value: Money!
}
Fields
SponsorshipPackageItem.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
SponsorshipPackageItem.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
SponsorshipPackageItem.id
● ID!
non-null scalar
The unique identifier for the sponsorship package item.
SponsorshipPackageItem.isCompleted
● Boolean
scalar
A flag indicating whether the item has been completed. Optional.
SponsorshipPackageItem.lastModifiedAt
● DateTime!
non-null scalar
The date and time the record was last modified.
SponsorshipPackageItem.lastModifiedBy
● String
scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
SponsorshipPackageItem.name
● String!
non-null scalar
A UTF-8 string representing the name of the sponsorship package item.
SponsorshipPackageItem.notes
● String
scalar
A UTF-8 string value of notes related to the sponsorship package item. Optional.
SponsorshipPackageItem.quantity
● NonNegativeInt!
non-null scalar
The quantity of this item to include in the sponsorship package. 0
(zero) by default.
SponsorshipPackageItem.value
● Money!
non-null object
The indicative monetary value of the item. 0
(zero) by default.
This field is used only to provide additional information to sponsors. The value is not used to calculate the cost of sponsorship.
Member Of
SponsorshipPackage
object