@ConfigurationProperties(value = "graphglue.core")
class GraphglueCoreConfigurationProperties(val maxQueryCost: Int = 10, val useNeo4jPlugin: Boolean = false)

Configuration properties for Graphglue core

Parameters

maxQueryCost

The maximum allowed query complexity

useNeo4jPlugin

If true, authorization checks use the io.github.graphglue.authorizationPath custom procedure to improve efficiency. This procedure must be provided via a database plugin

Constructors

Link copied to clipboard
constructor(maxQueryCost: Int = 10, useNeo4jPlugin: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard