GiftBenefit
type GiftBenefit implements Node {
id: ID!
createdAt: Time!
updatedAt: Time!
giftID: ID!
benefitID: ID!
quantity: Int!
gift: Gift!
benefit: DonorBenefit!
}
Fields
GiftBenefit.id ● ID! non-null scalar
GiftBenefit.createdAt ● Time! non-null scalar
GiftBenefit.updatedAt ● Time! non-null scalar
GiftBenefit.giftID ● ID! non-null scalar
GiftBenefit.benefitID ● ID! non-null scalar
GiftBenefit.quantity ● Int! non-null scalar
GiftBenefit.gift ● Gift! non-null object
GiftBenefit.benefit ● DonorBenefit! non-null object
Interfaces
Node interface
An object with an ID. Follows the Relay Global Object Identification Specification
Member Of
Gift object ● GiftBenefitEdge object