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

sellerBannerUpdate(
banner: Upload!
seller: ID!
): SellerBannerUpdate

Arguments

sellerBannerUpdate.banner ● Upload! non-null scalar

Represents an image file in a multipart request

sellerBannerUpdate.seller ● ID! non-null scalar

Type

SellerBannerUpdate object

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

Was this page helpful?