Skip to content

CreateComponentVersionInput

Input for the createComponentVersion mutation

graphql
input CreateComponentVersionInput {
  component: ID!
  tags: [String!]!
  templatedFields: [JSONFieldInput!]!
  version: String!
}

Fields

CreateComponentVersionInput.component ● ID! non-null scalar

The id of the Component the created ComponentVersion is part of

CreateComponentVersionInput.tags ● [String!]! non-null scalar

The tags of the created ComponentVersion

CreateComponentVersionInput.templatedFields ● [JSONFieldInput!]! non-null input

Initial values for all templatedFields

CreateComponentVersionInput.version ● String! non-null scalar

The version of the created ComponentVersion

Member Of

createComponentVersion mutation

Released under the MIT License.