AgreementCommissionCreate
Result of agreement commission create mutation.
type AgreementCommissionCreate {
agreementCommission: AgreementCommission
agreementErrors: [AgreementError!]!
}
Fields
AgreementCommissionCreate.agreementCommission ● AgreementCommission object
The created agreement commission.
AgreementCommissionCreate.agreementErrors ● [AgreementError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
agreementCommissionCreate mutation