ComponentVersionInput
Input to create a ComponentVersion
input ComponentVersionInput {
description: String!
name: String!
templatedFields: [JSONFieldInput!]!
version: String!
}
Fields
ComponentVersionInput.description
● String!
non-null scalar
The description of the NamedNode
ComponentVersionInput.name
● String!
non-null scalar
The name of the NamedNode, must not be blank
ComponentVersionInput.templatedFields
● [JSONFieldInput!]!
non-null input
Initial values for all templatedFields
ComponentVersionInput.version
● String!
non-null scalar
The version of the created ComponentVersion
Member of
CreateComponentInput
input