SellerApplicationUpdate
Result of seller application update mutation.
type SellerApplicationUpdate {
seller: Seller
sellerErrors: [SellerError!]!
}
Fields
SellerApplicationUpdate.seller ● Seller object
The seller with updated application.
SellerApplicationUpdate.sellerErrors ● [SellerError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
sellerApplicationUpdate mutation