CreateBrandInput
Input for creating a new brand
input CreateBrandInput {
name: String!
url: String
categories: [String!]
description: String
}
Fields
CreateBrandInput.name ● String! non-null scalar
Name of the brand
CreateBrandInput.url ● String scalar
URL of the brand
CreateBrandInput.categories ● [String!] list scalar
Categories associated with the brand
CreateBrandInput.description ● String scalar
Description of the brand
Member Of
createBrand mutation