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