Types

Link copied to clipboard
@DomainNode(topLevelQueryName = "legalInformation", searchQueryName = "searchLegalInformation")
@Authorization(name = "READ", allowAll = true)
class LegalInformation(var label: String, var text: String, var priority: Int) : Node

Legal Information to be accessible to users