AgreementFeeInput
No description
input AgreementFeeInput {
agreement: ID
feeType: FeeType
feeScope: FeeScope
feeValue: Decimal
feeName: String
}
Fields
AgreementFeeInput.agreement ● ID scalar
AgreementFeeInput.feeType ● FeeType enum
AgreementFeeInput.feeScope ● FeeScope enum
AgreementFeeInput.feeValue ● Decimal scalar
AgreementFeeInput.feeName ● String scalar
Member Of
agreementFeeCreate mutation