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