Uses of Interface
org.apache.sling.graphql.api.SelectedField
-
Packages that use SelectedField Package Description org.apache.sling.graphql.api This package contains APIs which are independent of a specific implementation of the underlying graphQL engine. -
-
Uses of SelectedField in org.apache.sling.graphql.api
Methods in org.apache.sling.graphql.api that return SelectedField Modifier and Type Method Description @Nullable SelectedFieldSelectionSet. get(String qualifiedName)Returns the fields identified byqualifiedNameornull.@Nullable SelectedFieldSelectedField. getSubSelectedField(String name)Methods in org.apache.sling.graphql.api that return types with arguments of type SelectedField Modifier and Type Method Description @NotNull List<SelectedField>SelectionSet. getFields()Returns a list of the immediate fields in the selection.@NotNull List<SelectedField>SelectedField. getSubSelectedFields()
-