Uses of Interface
graphql.schema.SelectedField
Packages that use SelectedField
-
Uses of SelectedField in graphql.schema
Methods in graphql.schema that return SelectedFieldModifier and TypeMethodDescriptionSelectedField.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.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(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()