DeleteBeneficiaryInput
No description
input DeleteBeneficiaryInput {
beneficiaryId: ID!
remainingAllocations: [BeneficiaryAllocation!]!
}
Fields
DeleteBeneficiaryInput.beneficiaryId
● ID!
non-null scalar
ID of the beneficiary to remove
DeleteBeneficiaryInput.remainingAllocations
● [BeneficiaryAllocation!]!
non-null input
The allocations to spread amongst the OTHER beneficiaries after this beneficiary is added. The percentages here, PLUS the value of the allocation field, must equal 100. Note that even if they equal 100 here, these will still be validated against the state of the DB across all allocations for this account, of this same beneficiaryPriority
Member of
deleteBeneficiary
mutation