Skip to main content

SellerAgreementDelete

Result of seller agreement delete mutation.

type SellerAgreementDelete {
sellerAgreement: AgreementSellers
agreementSellers: AgreementSellers
agreementErrors: [AgreementError!]!
}

Fields

SellerAgreementDelete.sellerAgreement ● AgreementSellers object

The deleted seller agreement.

SellerAgreementDelete.agreementSellers ● AgreementSellers object

The deleted seller agreement (Graphene-compatible field name).

SellerAgreementDelete.agreementErrors ● [AgreementError!]! non-null object

List of errors that occurred executing the mutation.

Returned By

sellerAgreementDelete mutation

Was this page helpful?