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

Input for the updateInterfaceSpecificationVersion mutation

Constructors

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

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