Uses of Interface
graphql.language.SelectionSetContainer
Packages that use SelectionSetContainer
-
Uses of SelectionSetContainer in graphql.analysis
Fields in graphql.analysis declared as SelectionSetContainerModifier and TypeFieldDescriptionprivate final SelectionSetContainer
<?> QueryTraversalContext.selectionSetContainer
private final SelectionSetContainer
QueryVisitorFieldEnvironmentImpl.selectionSetContainer
Methods in graphql.analysis that return SelectionSetContainerModifier and TypeMethodDescriptionQueryTraversalContext.getSelectionSetContainer()
QueryVisitorFieldEnvironment.getSelectionSetContainer()
QueryVisitorFieldEnvironmentImpl.getSelectionSetContainer()
Constructors in graphql.analysis with parameters of type SelectionSetContainerModifierConstructorDescription(package private)
QueryTraversalContext
(GraphQLOutputType outputType, QueryVisitorFieldEnvironment environment, SelectionSetContainer<?> selectionSetContainer, GraphQLContext graphQLContext) QueryVisitorFieldEnvironmentImpl
(boolean typeNameIntrospectionField, Field field, GraphQLFieldDefinition fieldDefinition, GraphQLOutputType parentType, GraphQLFieldsContainer unmodifiedParentType, QueryVisitorFieldEnvironment parentEnvironment, Map<String, Object> arguments, SelectionSetContainer selectionSetContainer, TraverserContext<Node> traverserContext, GraphQLSchema schema) -
Uses of SelectionSetContainer in graphql.language
Classes in graphql.language that implement SelectionSetContainerModifier and TypeClassDescriptionclass
class
Provided to the DataFetcher, therefore public APIclass
class