class NodePermissionFilterEntryDefinition(val nodeDefinitionCollection: NodeDefinitionCollection) : FilterEntryDefinition
Filter definition entry for users with a specific node permission Takes the id of the node and the permission to check
Parameters
nodeDefinitionCollection
the NodeDefinitionCollection to use for authorization
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
open override fun toGraphQLType(inputTypeCache: CacheMap<String, GraphQLInputType>): GraphQLInputType