abstract class NodeQueryEntry<T : FieldDefinition>(val onlyOnTypes: List<NodeDefinition>?, val resultKeyPath: String, val fieldDefinition: T)
Subclass for NodeExtensionField and NodeSubQuery
Parameters
onlyOnTypes
the list of node types this entry should be fetched for
resultKeyPath
the path to the key which fetches this field
fieldDefinition
definition of the queried field
Type Parameters
T
the type of the field definition