Uses of Interface
graphql.execution.directives.QueryDirectives
-
Packages that use QueryDirectives Package Description graphql.execution.directives graphql.normalized graphql.schema -
-
Uses of QueryDirectives in graphql.execution.directives
Classes in graphql.execution.directives that implement QueryDirectives Modifier and Type Class Description classQueryDirectivesImplThese objects are ALWAYS in the context of a single MergedFieldMethods in graphql.execution.directives that return QueryDirectives Modifier and Type Method Description QueryDirectivesQueryDirectives.Builder. build()QueryDirectivesQueryDirectivesBuilder. build() -
Uses of QueryDirectives in graphql.normalized
Fields in graphql.normalized with type parameters of type QueryDirectives Modifier and Type Field Description private java.util.Map<ExecutableNormalizedField,QueryDirectives>ExecutableNormalizedOperation. normalizedFieldToQueryDirectivesMethods in graphql.normalized that return QueryDirectives Modifier and Type Method Description QueryDirectivesExecutableNormalizedOperation. getQueryDirectives(ExecutableNormalizedField executableNormalizedField)This looks up theQueryDirectivesassociated with the givenExecutableNormalizedFieldMethods in graphql.normalized that return types with arguments of type QueryDirectives Modifier and Type Method Description java.util.Map<ExecutableNormalizedField,QueryDirectives>ExecutableNormalizedOperation. getNormalizedFieldToQueryDirectives()Method parameters in graphql.normalized with type arguments of type QueryDirectives Modifier and Type Method Description static ExecutableNormalizedOperationToAstCompiler.CompilerResultExecutableNormalizedOperationToAstCompiler. compileToDocument(@NotNull GraphQLSchema schema, OperationDefinition.Operation operationKind, @Nullable java.lang.String operationName, @NotNull java.util.List<ExecutableNormalizedField> topLevelFields, @NotNull java.util.Map<ExecutableNormalizedField,QueryDirectives> normalizedFieldToQueryDirectives, @Nullable VariablePredicate variablePredicate)This will compile an operation textDocumentwith possibly variables from the givenExecutableNormalizedFields TheVariablePredicateis used called to decide if the given argument values should be made into a variable OR inlined into the operation text as a graphql literal.private static java.util.Map<java.lang.String,Field>ExecutableNormalizedOperationToAstCompiler. selectionForNormalizedField(GraphQLSchema schema, ExecutableNormalizedField executableNormalizedField, @NotNull java.util.Map<ExecutableNormalizedField,QueryDirectives> normalizedFieldToQueryDirectives, VariableAccumulator variableAccumulator)private static FieldExecutableNormalizedOperationToAstCompiler. selectionForNormalizedField(GraphQLSchema schema, java.lang.String objectTypeName, ExecutableNormalizedField executableNormalizedField, @NotNull java.util.Map<ExecutableNormalizedField,QueryDirectives> normalizedFieldToQueryDirectives, VariableAccumulator variableAccumulator)private static java.util.List<Selection<?>>ExecutableNormalizedOperationToAstCompiler. subselectionsForNormalizedField(GraphQLSchema schema, @NotNull java.lang.String parentOutputType, java.util.List<ExecutableNormalizedField> executableNormalizedFields, @NotNull java.util.Map<ExecutableNormalizedField,QueryDirectives> normalizedFieldToQueryDirectives, VariableAccumulator variableAccumulator) -
Uses of QueryDirectives in graphql.schema
Fields in graphql.schema declared as QueryDirectives Modifier and Type Field Description private QueryDirectivesDataFetchingEnvironmentImpl.Builder. queryDirectivesprivate QueryDirectivesDataFetchingEnvironmentImpl. queryDirectivesMethods in graphql.schema that return QueryDirectives Modifier and Type Method Description QueryDirectivesDataFetchingEnvironment. getQueryDirectives()This gives you access to the directives related to this fieldQueryDirectivesDataFetchingEnvironmentImpl. getQueryDirectives()QueryDirectivesDelegatingDataFetchingEnvironment. getQueryDirectives()Methods in graphql.schema with parameters of type QueryDirectives Modifier and Type Method Description DataFetchingEnvironmentImpl.BuilderDataFetchingEnvironmentImpl.Builder. queryDirectives(QueryDirectives queryDirectives)
-