Skip to main content

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

sellerLogoUpdate(
image: Upload!
seller: ID
): SellerLogoUpdate

Arguments

sellerLogoUpdate.image ● Upload! non-null scalar

Represents an image file in a multipart request

sellerLogoUpdate.seller ● ID scalar

Type

SellerLogoUpdate object

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

Was this page helpful?