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 ASTNodethat has directives on it.Methods in graphql.execution.conditional with parameters of type DirectivesContainer Modifier and Type Method Description private booleanConditionalNodes. customShouldInclude(java.util.Map<java.lang.String,java.lang.Object> variables, DirectivesContainer<?> element, GraphQLSchema graphQLSchema, GraphQLContext graphQLContext, ConditionalNodeDecision conditionalDecision)booleanConditionalNodes. 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 interfaceDirectivesContainer<T extends DirectivesContainer>Represents a language node that can contain Directives.Subinterfaces of DirectivesContainer in graphql.language Modifier and Type Interface Description interfaceImplementingTypeDefinition<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 DirectivesContainer Modifier and Type Class Description classEnumTypeDefinitionclassEnumTypeExtensionDefinitionclassEnumValueDefinitionclassFieldclassFieldDefinitionclassFragmentDefinitionProvided to the DataFetcher, therefore public APIclassFragmentSpreadclassInlineFragmentclassInputObjectTypeDefinitionclassInputObjectTypeExtensionDefinitionclassInputValueDefinitionclassInterfaceTypeDefinitionclassInterfaceTypeExtensionDefinitionclassObjectTypeDefinitionclassObjectTypeExtensionDefinitionclassOperationDefinitionclassScalarTypeDefinitionclassScalarTypeExtensionDefinitionclassSchemaDefinitionclassSchemaExtensionDefinitionclassUnionTypeDefinitionclassUnionTypeExtensionDefinitionclassVariableDefinition -
Uses of DirectivesContainer in graphql.schema.diff
Methods in graphql.schema.diff with parameters of type DirectivesContainer Modifier and Type Method Description private booleanSchemaDiff. isDeprecated(DirectivesContainer<?> node)
-