AgreementFeeCreate
Result of agreement fee create mutation.
type AgreementFeeCreate {
agreementFees: AgreementFees
agreementErrors: [AgreementError!]!
}
Fields
AgreementFeeCreate.agreementFees ● AgreementFees object
The created agreement fee.
AgreementFeeCreate.agreementErrors ● [AgreementError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
agreementFeeCreate mutation