BeneficiaryAllocation
No description
input BeneficiaryAllocation {
allocation: Int!
beneficiaryId: ID!
}
Fields
BeneficiaryAllocation.allocation
● Int!
non-null scalar
The percentage to allocate to the specified beneficiary
BeneficiaryAllocation.beneficiaryId
● ID!
non-null scalar
The ID of the beneficiary to whom this allocation percentage applies
Member of
AddBeneficiaryInput
input ● DeleteBeneficiaryInput
input ● UpdateBeneficiaryInput
input