AgreementCreate
Result of agreement create mutation.
type AgreementCreate {
agreement: Agreement
agreementErrors: [AgreementError!]!
}
Fields
AgreementCreate.agreement ● Agreement object
The created agreement.
AgreementCreate.agreementErrors ● [AgreementError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
agreementCreate mutation