class UpdateComponentVersionInput(val version: OptionalInput<String>, val tags: OptionalInput<List<String>>, val templatedFields: OptionalInput<List<JSONFieldInput>>) : UpdateNodeInput, UpdateTemplatedNodeInput

Input for the updateComponentVersion mutation

Constructors

Link copied to clipboard
constructor(version: OptionalInput<String>, tags: OptionalInput<List<String>>, templatedFields: OptionalInput<List<JSONFieldInput>>)

Properties

Link copied to clipboard
var id: ID

The id of the node to update

Link copied to clipboard
val tags: OptionalInput<List<String>>
Link copied to clipboard
open override val templatedFields: OptionalInput<List<JSONFieldInput>>

Initial value for the templated fields

Link copied to clipboard
val version: OptionalInput<String>

Functions

Link copied to clipboard
open override fun validate()

Validates this input