Uses of Class
graphql.execution.MergedSelectionSet
Packages that use MergedSelectionSet
-
Uses of MergedSelectionSet in graphql.execution
Fields in graphql.execution declared as MergedSelectionSetModifier and TypeFieldDescription(package private) MergedSelectionSetExecutionStrategyParameters.Builder.fieldsprivate final MergedSelectionSetExecutionStrategyParameters.fieldsMethods in graphql.execution that return MergedSelectionSetModifier and TypeMethodDescriptionMergedSelectionSet.Builder.build()FieldCollector.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 mapExecutionStrategyParameters.getFields()Methods in graphql.execution with parameters of type MergedSelectionSetModifier and TypeMethodDescriptionExecutionStrategyParameters.Builder.fields(MergedSelectionSet fields) Constructors in graphql.execution with parameters of type MergedSelectionSetModifierConstructorDescriptionprivateExecutionStrategyParameters(ExecutionStepInfo executionStepInfo, Object source, 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 MergedSelectionSetModifier and TypeMethodDescriptionstatic 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.