Package | Description |
---|---|
graphql.execution | |
graphql.execution.nextgen |
WARNING: All code in this package is a work in progress for a new execution engine.
|
graphql.schema |
Modifier and Type | Method and 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 map
|
MergedSelectionSet |
ExecutionStrategyParameters.getFields() |
Modifier and Type | Method and Description |
---|---|
ExecutionStrategyParameters.Builder |
ExecutionStrategyParameters.Builder.fields(MergedSelectionSet fields) |
Modifier and Type | Method and Description |
---|---|
MergedSelectionSet |
FieldSubSelection.getMergedSelectionSet() |
Modifier and Type | Method and Description |
---|---|
FieldSubSelection.Builder |
FieldSubSelection.Builder.mergedSelectionSet(MergedSelectionSet mergedSelectionSet) |
Modifier and Type | Method and Description |
---|---|
MergedSelectionSet |
DataFetchingFieldSelectionSetImpl.get() |
MergedSelectionSet |
DataFetchingFieldSelectionSet.get() |
Copyright © 2019. All rights reserved.