Skip to main content

UpdateGiftInput

UpdateGiftInput is used for update Gift object. Input was generated by ent.

input UpdateGiftInput {
amount: Currency
paymentMethod: GiftPaymentMethod
referenceNumber: String
clearReferenceNumber: Boolean
note: String
clearNote: Boolean
creditDonorIds: [ID!]
appendCreditDonorIds: [ID!]
clearCreditDonorIds: Boolean
otherConnectionIds: [ID!]
appendOtherConnectionIds: [ID!]
clearOtherConnectionIds: Boolean
paymentDate: Time
internalID: String
clearInternalID: Boolean
categoryID: ID
}

Fields

UpdateGiftInput.amount ● Currency scalar

UpdateGiftInput.paymentMethod ● GiftPaymentMethod enum

UpdateGiftInput.referenceNumber ● String scalar

UpdateGiftInput.clearReferenceNumber ● Boolean scalar

UpdateGiftInput.note ● String scalar

UpdateGiftInput.clearNote ● Boolean scalar

UpdateGiftInput.creditDonorIds ● [ID!] list scalar

UpdateGiftInput.appendCreditDonorIds ● [ID!] list scalar

UpdateGiftInput.clearCreditDonorIds ● Boolean scalar

UpdateGiftInput.otherConnectionIds ● [ID!] list scalar

UpdateGiftInput.appendOtherConnectionIds ● [ID!] list scalar

UpdateGiftInput.clearOtherConnectionIds ● Boolean scalar

UpdateGiftInput.paymentDate ● Time scalar

UpdateGiftInput.internalID ● String scalar

UpdateGiftInput.clearInternalID ● Boolean scalar

UpdateGiftInput.categoryID ● ID scalar

Member Of

updateGift mutation