AgreementCreate
Creates a new agreement.
type AgreementCreate {
agreementErrors: [AgreementError!]!
agreement: Agreement
}
Fields
AgreementCreate.agreementErrors ● [AgreementError!]! non-null object
AgreementCreate.agreement ● Agreement object
Returned By
agreementCreate mutation