Package graphql.execution.directives
Interface QueryDirectives.Builder
- All Known Implementing Classes:
QueryDirectivesBuilder
- Enclosing interface:
QueryDirectives
public static interface QueryDirectives.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()coercedVariables(CoercedVariables coercedVariables) graphQLContext(GraphQLContext graphQLContext) mergedField(MergedField mergedField) normalizedVariables(Supplier<NormalizedVariables> normalizedVariables) schema(GraphQLSchema schema)
-
Method Details
-
schema
-
mergedField
-
field
-
coercedVariables
-
normalizedVariables
-
graphQLContext
-
locale
-
build
QueryDirectives build()
-