Uses of Interface
graphql.language.DirectivesContainer
-
Packages that use DirectivesContainer Package Description graphql.execution.conditional graphql.language graphql.schema.diff -
-
Uses of DirectivesContainer in graphql.execution.conditional
Methods in graphql.execution.conditional that return DirectivesContainer Modifier and Type Method Description DirectivesContainer<?>
ConditionalNodeDecisionEnvironment. getDirectivesContainer()
This is an ASTNode
that has directives on it.Methods in graphql.execution.conditional with parameters of type DirectivesContainer Modifier and Type Method Description private boolean
ConditionalNodes. customShouldInclude(java.util.Map<java.lang.String,java.lang.Object> variables, DirectivesContainer<?> element, GraphQLSchema graphQLSchema, GraphQLContext graphQLContext, ConditionalNodeDecision conditionalDecision)
boolean
ConditionalNodes. shouldInclude(DirectivesContainer<?> element, java.util.Map<java.lang.String,java.lang.Object> variables, GraphQLSchema graphQLSchema, GraphQLContext graphQLContext)
-
Uses of DirectivesContainer in graphql.language
Classes in graphql.language with type parameters of type DirectivesContainer Modifier and Type Interface Description interface
DirectivesContainer<T extends DirectivesContainer>
Represents a language node that can contain Directives.Subinterfaces of DirectivesContainer in graphql.language Modifier and Type Interface Description interface
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 DirectivesContainer Modifier and Type Class Description class
EnumTypeDefinition
class
EnumTypeExtensionDefinition
class
EnumValueDefinition
class
Field
class
FieldDefinition
class
FragmentDefinition
Provided to the DataFetcher, therefore public APIclass
FragmentSpread
class
InlineFragment
class
InputObjectTypeDefinition
class
InputObjectTypeExtensionDefinition
class
InputValueDefinition
class
InterfaceTypeDefinition
class
InterfaceTypeExtensionDefinition
class
ObjectTypeDefinition
class
ObjectTypeExtensionDefinition
class
OperationDefinition
class
ScalarTypeDefinition
class
ScalarTypeExtensionDefinition
class
SchemaDefinition
class
SchemaExtensionDefinition
class
UnionTypeDefinition
class
UnionTypeExtensionDefinition
class
VariableDefinition
-
Uses of DirectivesContainer in graphql.schema.diff
Methods in graphql.schema.diff with parameters of type DirectivesContainer Modifier and Type Method Description private boolean
SchemaDiff. isDeprecated(DirectivesContainer<?> node)
-