Uses of Interface
graphql.language.DirectivesContainer
Packages that use DirectivesContainer
-
Uses of DirectivesContainer in graphql.execution.conditional
Methods in graphql.execution.conditional that return DirectivesContainerModifier and TypeMethodDescriptionConditionalNodeDecisionEnvironment.getDirectivesContainer()This is an ASTNodethat has directives on it.Methods in graphql.execution.conditional with parameters of type DirectivesContainerModifier and TypeMethodDescriptionprivate booleanConditionalNodes.customShouldInclude(Map<String, Object> variables, DirectivesContainer<?> element, GraphQLSchema graphQLSchema, GraphQLContext graphQLContext, ConditionalNodeDecision conditionalDecision) booleanConditionalNodes.shouldInclude(DirectivesContainer<?> element, Map<String, Object> variables, GraphQLSchema graphQLSchema, GraphQLContext graphQLContext) -
Uses of DirectivesContainer in graphql.language
Classes in graphql.language with type parameters of type DirectivesContainerModifier and TypeInterfaceDescriptioninterfaceDirectivesContainer<T extends DirectivesContainer>Represents a language node that can contain Directives.Subinterfaces of DirectivesContainer in graphql.languageModifier and TypeInterfaceDescriptioninterfaceImplementingTypeDefinition<T extends TypeDefinition>ATypeDefinitionthat might implement interfacesinterfaceTypeDefinition<T extends TypeDefinition>An interface for type definitions in a Schema Definition Language (SDL).Classes in graphql.language that implement DirectivesContainerModifier and TypeClassDescriptionclassclassclassclassclassclassProvided to the DataFetcher, therefore public APIclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of DirectivesContainer in graphql.schema.diff
Methods in graphql.schema.diff with parameters of type DirectivesContainerModifier and TypeMethodDescriptionprivate booleanSchemaDiff.isDeprecated(DirectivesContainer<?> node)