abstract fun generateFetcher(dfe: DataFetchingEnvironment, arguments: Map<String, Any?>, node: Node, nodeDefinition: NodeDefinition): Expression

Generates the Cypher expression used to fetch the field

Return

the generated expression

Parameters

dfe

the data fetching environment, caution: NOT SPECIFIC TO THIS FIELD

arguments

arguments provided for the field

node

the current node

nodeDefinition

the definition of the current node