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
At the moment query directive is saved in ExecutableNormalizedOperation
But when calling
The queryDirectives are not passed in as argument and are ignored.
Suggestion:
Should write queryDirecitves back to document in ExecutableNormalizedOperationToAstCompiler.compileToDocument method