-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
At the moment query directive is saved in ExecutableNormalizedOperation
Map<ExecutableNormalizedField, QueryDirectives> normalizedFieldToQueryDirectives,
But when calling
ExecutableNormalizedOperationToAstCompiler.compileToDocument(@NotNull GraphQLSchema schema,
@NotNull OperationDefinition.Operation operationKind,
@Nullable String operationName,
@NotNull List<ExecutableNormalizedField> topLevelFields,
@Nullable VariablePredicate variablePredicate)
The queryDirectives are not passed in as argument and are ignored.
Suggestion:
Should write queryDirecitves back to document in ExecutableNormalizedOperationToAstCompiler.compileToDocument method
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels