class CreateRelationInput(val start: ID, val end: ID, val startParts: OptionalInput<List<ID>>, val endParts: OptionalInput<List<ID>>, val templatedFields: List<JSONFieldInput>, val template: ID) : Input, CreateTemplatedNodeInput

Input for the createRelation mutation

Constructors

Link copied to clipboard
constructor(start: ID, end: ID, startParts: OptionalInput<List<ID>>, endParts: OptionalInput<List<ID>>, templatedFields: List<JSONFieldInput>, template: ID)

Properties

Link copied to clipboard
val end: ID
Link copied to clipboard
val endParts: OptionalInput<List<ID>>
Link copied to clipboard
val start: ID
Link copied to clipboard
val startParts: OptionalInput<List<ID>>
Link copied to clipboard
val template: ID
Link copied to clipboard
open override val templatedFields: List<JSONFieldInput>

Initial value for the templated fields

Functions

Link copied to clipboard
open override fun validate()

Validates this input