UpdateBrandInput
Input for updating an existing brand
input UpdateBrandInput {
name: String
url: String
categories: [String!]
description: String
}
Fields
UpdateBrandInput.name ● String scalar
Name of the brand
UpdateBrandInput.url ● String scalar
URL of the brand
UpdateBrandInput.categories ● [String!] list scalar
Categories associated with the brand
UpdateBrandInput.description ● String scalar
Description of the brand
Member Of
updateBrand mutation