SellerLogoUpdate
Create a seller logo. Only for MP Admin, MP Staff, or the seller. This mutation must be sent as a 'multipart' request. More detailed specs of the upload format can be found here: https://github.com/jaydenseric/graphql-multipart-request-spec
type SellerLogoUpdate {
seller: Seller
sellerErrors: [SellerError!]!
}
Fields
SellerLogoUpdate.seller ● Seller object
An updated seller instance
SellerLogoUpdate.sellerErrors ● [SellerError!]! non-null object
Returned By
sellerLogoUpdate mutation