Functions
Link copied to clipboard
suspend fun getNodeQuery(@Autowired nodeQueryParser: NodeQueryParser, dataFetchingEnvironment: DataFetchingEnvironment, @Autowired nodeQueryEngine: NodeQueryEngine, @Autowired objectMapper: ObjectMapper): DataFetcherResult<Connection<T>>
Handles the query for the specific Node type
Link copied to clipboard
suspend fun getSearchQuery(@Autowired nodeQueryParser: NodeQueryParser, dataFetchingEnvironment: DataFetchingEnvironment, @Autowired nodeQueryEngine: NodeQueryEngine): List<T>
Handles the search query for the specific Node type