@SearchProperty
open val entries: MutableList<String>

Parameters

entries

the granted permission entries as Strings, ignored in GraphQL so that concrete Permissions can expose them as their own entry enum. Those must use a different Kotlin name (e.g. GlobalPermission.graphQLEntries), as graphql-kotlin drops a property redeclared with the same name and type as an ignored supertype property.