Skip to content

ComponentVersionInput

Input to create a ComponentVersion

graphql
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

Released under the MIT License.