SponsorshipItem
Defines an item included within a sponsorship.
type SponsorshipItem {
createdAt: DateTime!
createdBy: String
id: ID!
inclusion: Inclusion!
isCompleted: Boolean
lastModifiedAt: DateTime!
lastModifiedBy: String
notes: String
quantity: NonNegativeInt!
}
Fields
SponsorshipItem.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
SponsorshipItem.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
SponsorshipItem.id
● ID!
non-null scalar
The unique identifier for the item.
SponsorshipItem.inclusion
● Inclusion!
non-null object
The inclusion associated with the item.
SponsorshipItem.isCompleted
● Boolean
scalar
A flag indicating whether the item has been completed. Optional.
SponsorshipItem.lastModifiedAt
● DateTime!
non-null scalar
The date and time the record was last modified.
SponsorshipItem.lastModifiedBy
● String
scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
SponsorshipItem.notes
● String
scalar
A UTF-8 string value of notes related to the sponsorship item. Optional.
SponsorshipItem.quantity
● NonNegativeInt!
non-null scalar
The quantity of this item to include in the sponsorship. 0
(zero) by default.
Member Of
Sponsorship
object