Skip to main content

SellerBannerUpdate

Create a seller banner.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 SellerBannerUpdate {
seller: Seller
sellerErrors: [SellerError!]!
}

Fields

SellerBannerUpdate.seller ● Seller object

An updated seller instance

SellerBannerUpdate.sellerErrors ● [SellerError!]! non-null object

Returned By

sellerBannerUpdate mutation

Was this page helpful?