Uses of Class
graphql.execution.FieldCollectorParameters
Packages that use FieldCollectorParameters
-
Uses of FieldCollectorParameters in graphql.execution
Methods in graphql.execution that return FieldCollectorParametersMethods in graphql.execution with parameters of type FieldCollectorParametersModifier and TypeMethodDescriptionFieldCollector.collectFields(FieldCollectorParameters parameters, MergedField mergedField) FieldCollector.collectFields(FieldCollectorParameters parameters, SelectionSet selectionSet) Given a selection set this will collect the sub-field selections and return it as a map