class PermissionEntry(val name: String, val description: String)

Entry for a BasePermission. Used to build the GraphQL enum dynamically based on the PermissionEntry provided via PermissionEntryCollection beans.

Parameters

name

the name of the enum entry

description

the description of the enum entry

Constructors

Link copied to clipboard
constructor(name: String, description: String)

Properties

Link copied to clipboard
Link copied to clipboard