Uses of Class
graphql.execution.MergedSelectionSet
-
Packages that use MergedSelectionSet Package Description graphql.execution graphql.introspection -
-
Uses of MergedSelectionSet in graphql.execution
Fields in graphql.execution declared as MergedSelectionSet Modifier and Type Field Description (package private) MergedSelectionSet
ExecutionStrategyParameters.Builder. fields
private MergedSelectionSet
ExecutionStrategyParameters. fields
Methods in graphql.execution that return MergedSelectionSet Modifier and Type Method Description MergedSelectionSet
MergedSelectionSet.Builder. build()
MergedSelectionSet
FieldCollector. collectFields(FieldCollectorParameters parameters, MergedField mergedField)
MergedSelectionSet
FieldCollector. collectFields(FieldCollectorParameters parameters, SelectionSet selectionSet)
Given a selection set this will collect the sub-field selections and return it as a mapMergedSelectionSet
ExecutionStrategyParameters. getFields()
Methods in graphql.execution with parameters of type MergedSelectionSet Modifier and Type Method Description ExecutionStrategyParameters.Builder
ExecutionStrategyParameters.Builder. fields(MergedSelectionSet fields)
Constructors in graphql.execution with parameters of type MergedSelectionSet Constructor Description ExecutionStrategyParameters(ExecutionStepInfo executionStepInfo, java.lang.Object source, java.lang.Object localContext, MergedSelectionSet fields, NonNullableFieldValidator nonNullableFieldValidator, ResultPath path, MergedField currentField, ExecutionStrategyParameters parent)
-
Uses of MergedSelectionSet in graphql.introspection
Methods in graphql.introspection with parameters of type MergedSelectionSet Modifier and Type Method Description static java.util.Optional<ExecutionResult>
Introspection. isIntrospectionSensible(MergedSelectionSet mergedSelectionSet, ExecutionContext executionContext)
This will look in to the field selection set and see if there are introspection fields, and if there is,it checks if introspection should run, and if not it will return an erroredExecutionResult
that can be returned to the user.
-