ProductInput
Product workflow definition.
input ProductInput {
id: String!
name: String!
finalProcessId: String!
dependencies: [ProcessDependencyInput!]
image: ImageInput
}
Fields
ProductInput.id ● String! non-null scalar
Product identifier.
ProductInput.name ● String! non-null scalar
Product name.
ProductInput.finalProcessId ● String! non-null scalar
The process that completes the product.
ProductInput.dependencies ● [ProcessDependencyInput!] list input
Process dependencies defining the workflow.
ProductInput.image ● ImageInput input
Product image.
Member Of
ProductCreateInput input