Package 

Class QueryHandler

  • All Implemented Interfaces:
    graphql.schema.DataFetcher

    
    public final class QueryHandler
    extends BaseDataFetcherForContainer
                        

    This class handles all the logic related to the querying of nodes and relations. This includes the augmentation of the query-fields and the related cypher generation

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class QueryHandler.Factory
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class org.neo4j.graphql.handler.BaseDataFetcherForContainer

        getDefaultFields, getPropertyFields, getType, setType
      • 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

    • Method Detail