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) MergedSelectionSetExecutionStrategyParameters.Builder. fieldsprivate MergedSelectionSetExecutionStrategyParameters. fieldsMethods in graphql.execution that return MergedSelectionSet Modifier and Type Method Description MergedSelectionSetMergedSelectionSet.Builder. build()MergedSelectionSetFieldCollector. collectFields(FieldCollectorParameters parameters, MergedField mergedField)MergedSelectionSetFieldCollector. collectFields(FieldCollectorParameters parameters, SelectionSet selectionSet)Given a selection set this will collect the sub-field selections and return it as a mapMergedSelectionSetExecutionStrategyParameters. getFields()Methods in graphql.execution with parameters of type MergedSelectionSet Modifier and Type Method Description ExecutionStrategyParameters.BuilderExecutionStrategyParameters.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 erroredExecutionResultthat can be returned to the user.
-