ComponentVersionInput
Input to create a ComponentVersion
input ComponentVersionInput {
tags: [String!]!
templatedFields: [JSONFieldInput!]!
version: String!
}
Fields
ComponentVersionInput.tags ● [String!]! non-null scalar
The tags of the created ComponentVersion
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