AddColorInput
Autogenerated input type of AddColor
input AddColorInput {
brandId: ID
clientMutationId: String
colorCode: String
description: String
name: String!
status: ProductStatusEnum
}
Fields
AddColorInput.brandId ● ID scalar common
AddColorInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
AddColorInput.colorCode ● String scalar common
AddColorInput.description ● String scalar common
AddColorInput.name ● String! non-null scalar common
AddColorInput.status ● ProductStatusEnum enum products
Member Of
addColor mutation