Skip to content
Gropius
Search
K
Main Navigation
Guide
Kotlin API
GraphQL
Login service
GitHub
Menu
Return to top
core
/
gropius.dto.input.common
/
DeleteNodeInput
DeleteNodeInput
class
DeleteNodeInput
(
val
id
:
ID
)
:
Input
Input for all delete mutations. Deletes the node with the specified id
Members
Constructors
Delete
Node
Input
Link copied to clipboard
constructor
(
id
:
ID
)
Properties
id
Link copied to clipboard
val
id
:
ID
Functions
validate
Link copied to clipboard
open
fun
validate
(
)
Validates this input