-
- All Implemented Interfaces:
public interface DataFetchingInterceptorInterceptor to hook in database driver binding
-
-
Method Summary
-
-
Method Detail
-
fetchData
abstract Object fetchData(DataFetchingEnvironment env, DataFetcher<Cypher> delegate)
Called by the Graphql runtime for each method augmented by this library. The custom code should call the delegate to get a cypher query. This query can then be forwarded to the neo4j driver to retrieve the data. The method then returns the fully parsed result.
-
-
-
-