DonorBenefit
type DonorBenefit implements Node {
id: ID!
createdAt: Time!
updatedAt: Time!
companyID: String!
name: String!
description: String
type: DonorBenefitType!
value: Float!
code: String!
}
Fields
DonorBenefit.id ● ID! non-null scalar
DonorBenefit.createdAt ● Time! non-null scalar
DonorBenefit.updatedAt ● Time! non-null scalar
DonorBenefit.companyID ● String! non-null scalar
DonorBenefit.name ● String! non-null scalar
DonorBenefit.description ● String scalar
DonorBenefit.type ● DonorBenefitType! non-null enum
DonorBenefit.value ● Float! non-null scalar
DonorBenefit.code ● String! non-null scalar
Interfaces
Node interface
An object with an ID. Follows the Relay Global Object Identification Specification
Returned By
createDonorBenefit mutation ● getDonorBenefit query ● updateDonorBenefit mutation
Member Of
DonorBenefitEdge object ● GiftBenefit object