class FieldFetchingContext(val arguments: Map<String, Any>, val selectionSet: DataFetchingFieldSelectionSet, val resultKeyPath: String)
Context for fetching entries in a node query
Parameters
arguments
for the current field
selectionSet
sub-selection for the current field
resultKeyPath
path to the current field
Functions
Link copied to clipboard
Creates a new FieldFetchingContext based on a field Assumes that field is a direct sub-field of the currently represented field