Skip to main content

SellerUpdateInput

No description

input SellerUpdateInput {
status: String
user: ID
plan: ID
companyName: String
storeDescription: String
slug: String
identifiers: [String!]
}

Fields

SellerUpdateInput.status ● String scalar

SellerUpdateInput.user ● ID scalar

SellerUpdateInput.plan ● ID scalar

SellerUpdateInput.companyName ● String scalar

SellerUpdateInput.storeDescription ● String scalar

SellerUpdateInput.slug ● String scalar

SellerUpdateInput.identifiers ● [String!] list scalar

This will replace the existing list.

Member Of

sellerDataUpdate mutation

Was this page helpful?