-
- All Implemented Interfaces:
-
graphql.schema.DataFetcher
public final class CypherDirectiveHandler extends BaseDataFetcher
This class handles all logic related to custom Cypher queries declared by fields with a @cypher directive
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCypherDirectiveHandler.Factory
-
Constructor Summary
Constructors Constructor Description CypherDirectiveHandler(SchemaConfig schemaConfig)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.neo4j.graphql.handler.BaseDataFetcher
get -
Methods inherited from class org.neo4j.graphql.handler.projection.ProjectionBase
cypherDirective, filterFieldName, projectFields, skipLimitOrder, where -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CypherDirectiveHandler
CypherDirectiveHandler(SchemaConfig schemaConfig)
-
-
-
-