class DeleteNodeInput(val id: ID) : Input

Input for all delete mutations. Deletes the node with the specified id

Constructors

Link copied to clipboard
constructor(id: ID)

Properties

Link copied to clipboard
val id: ID

Functions

Link copied to clipboard
open fun validate()

Validates this input