abstract fun createQueryEntry(dfe: DataFetchingEnvironment, context: FieldFetchingContext, nodeQueryParser: NodeQueryParser, onlyOnTypes: List<NodeDefinition>?): NodeQueryEntry<*>

Creates the query part entry which can be used to fetch this field

Parameters

dfe

data fetching environment, not necessarily of this field (should only be used for global context)

context

provides the arguments and selection set for the field

nodeQueryParser

provides access to the query parser

onlyOnTypes

a list of parent types on which this should be evaluated