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 ASTNode
that has directives on it.Methods in graphql.execution.conditional with parameters of type DirectivesContainerModifier and TypeMethodDescriptionprivate boolean
ConditionalNodes.customShouldInclude
(Map<String, Object> variables, DirectivesContainer<?> element, GraphQLSchema graphQLSchema, GraphQLContext graphQLContext, ConditionalNodeDecision conditionalDecision) boolean
ConditionalNodes.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 TypeInterfaceDescriptioninterface
DirectivesContainer<T extends DirectivesContainer>
Represents a language node that can contain Directives.Subinterfaces of DirectivesContainer in graphql.languageModifier and TypeInterfaceDescriptioninterface
ImplementingTypeDefinition<T extends TypeDefinition>
ATypeDefinition
that might implement interfacesinterface
TypeDefinition<T extends TypeDefinition>
An interface for type definitions in a Schema Definition Language (SDL).Classes in graphql.language that implement DirectivesContainerModifier and TypeClassDescriptionclass
class
class
class
class
class
Provided to the DataFetcher, therefore public APIclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of DirectivesContainer in graphql.schema.diff
Methods in graphql.schema.diff with parameters of type DirectivesContainerModifier and TypeMethodDescriptionprivate boolean
SchemaDiff.isDeprecated
(DirectivesContainer<?> node)