Skip to content
Gropius
Search
K
Main Navigation
Guide
Kotlin API
GraphQL
Login service
GitHub
Menu
Return to top
core
/
gropius.dto.input.misc
/
UpdateLegalInformationInput
UpdateLegalInformationInput
class
UpdateLegalInformationInput
(
val
label
:
OptionalInput
<
String
>
,
val
text
:
OptionalInput
<
String
>
,
val
priority
:
OptionalInput
<
Int
>
)
:
UpdateNodeInput
Input for the updateLegalInformation mutation
Members
Constructors
Update
Legal
Information
Input
Link copied to clipboard
constructor
(
label
:
OptionalInput
<
String
>
,
text
:
OptionalInput
<
String
>
,
priority
:
OptionalInput
<
Int
>
)
Properties
id
Link copied to clipboard
var
id
:
ID
The id of the node to update
label
Link copied to clipboard
val
label
:
OptionalInput
<
String
>
priority
Link copied to clipboard
val
priority
:
OptionalInput
<
Int
>
text
Link copied to clipboard
val
text
:
OptionalInput
<
String
>
Functions
validate
Link copied to clipboard
open
override
fun
validate
(
)
Validates this input