SellerAgreementAssign
Result of seller agreement assign mutation.
type SellerAgreementAssign {
sellerAgreement: AgreementSellers
agreementErrors: [AgreementError!]!
}
Fields
SellerAgreementAssign.sellerAgreement ● AgreementSellers object
The created seller agreement.
SellerAgreementAssign.agreementErrors ● [AgreementError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
sellerAgreementAssign mutation