Types

Link copied to clipboard
class CreateLegalInformationInput(val label: String, val text: String, val priority: Int) : Input

Input for the createLegalInformation mutation

Link copied to clipboard
class UpdateLegalInformationInput(val label: OptionalInput<String>, val text: OptionalInput<String>, val priority: OptionalInput<Int>) : UpdateNodeInput

Input for the updateLegalInformation mutation