Package org.neo4j.graphql.handler
See: Description
-
Class Summary Class Description AugmentFieldHandler This class augments existing fields on a type and adds filtering and sorting to these fields. BaseDataFetcher This is a base class for the implementation of graphql data fetcher used in this project PropertyAccessor BaseDataFetcherForContainer This is a base class for all Node or Relation related data fetcher. Factory CreateTypeHandler This class handles all the logic related to the creation of nodes. Factory CypherDirectiveHandler This class handles all logic related to custom Cypher queries declared by fields with a @cypher directive Factory DeleteHandler This class handles all the logic related to the deletion of nodes. Factory MergeOrUpdateHandler This class handles all the logic related to the updating of nodes. Factory QueryHandler This class handles all the logic related to the querying of nodes and relations. -
Object Summary Object Description Companion