Uses of Interface
graphql.schema.SelectedField
Packages that use SelectedField
-
Uses of SelectedField in graphql.schema
Classes in graphql.schema that implement SelectedFieldModifier and TypeClassDescriptionprivate static class
Fields in graphql.schema with type parameters of type SelectedFieldModifier and TypeFieldDescriptionprivate List
<SelectedField> DataFetchingFieldSelectionSetImpl.immediateFields
private Map
<String, List<SelectedField>> DataFetchingFieldSelectionSetImpl.normalisedSelectionSetFields
Methods in graphql.schema that return SelectedFieldModifier and TypeMethodDescriptionDataFetchingFieldSelectionSetImpl.SelectedFieldImpl.getParentField()
SelectedField.getParentField()
This will return the parent of the selected field OR null if there is no single parent, it that field was a top level field OR the parent was a non concrete field.private SelectedField
DataFetchingFieldSelectionSetImpl.SelectedFieldImpl.mkParent
(ExecutableNormalizedField executableNormalizedField) Methods in graphql.schema that return types with arguments of type SelectedFieldModifier and TypeMethodDescriptionDataFetchingFieldSelectionSet.getFields()
This will return all selected fields.This will return a list of selected fields that match a specified "glob" pattern matching ie the glob pattern matching supported byFileSystem.getPathMatcher(java.lang.String)
.DataFetchingFieldSelectionSetImpl.getFields()
DataFetchingFieldSelectionSet.getFieldsGroupedByResultKey()
The result key of a selected field represents what the graphql return value will be.DataFetchingFieldSelectionSet.getFieldsGroupedByResultKey
(String fieldGlobPattern, String... fieldGlobPatterns) The result key of a selected field represents what the graphql return value will be.DataFetchingFieldSelectionSetImpl.getFieldsGroupedByResultKey()
DataFetchingFieldSelectionSetImpl.getFieldsGroupedByResultKey
(String fieldGlobPattern, String... fieldGlobPatterns) DataFetchingFieldSelectionSet.getImmediateFields()
This will return all selected fields that are immediate child fields of the field being fetched.DataFetchingFieldSelectionSetImpl.getImmediateFields()
private List
<SelectedField> DataFetchingFieldSelectionSetImpl.toSetSemanticsList
(Stream<SelectedField> stream) Method parameters in graphql.schema with type arguments of type SelectedFieldModifier and TypeMethodDescriptionprivate List
<SelectedField> DataFetchingFieldSelectionSetImpl.toSetSemanticsList
(Stream<SelectedField> stream) private void
DataFetchingFieldSelectionSetImpl.traverseSubSelectedFields
(ExecutableNormalizedField currentNormalisedField, com.google.common.collect.ImmutableList.Builder<SelectedField> immediateFieldsBuilder, String qualifiedFieldPrefix, String simpleFieldPrefix, boolean firstLevel)