From 4c0d226030015c98ce76ebb4815dc9162ad10b11 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 7 Dec 2019 09:46:00 +0100 Subject: Move Transform to Language.GraphQL.Execute Language.GraphQL.AST.Transform is an internal module. Even though it works with the AST, it is a part of the execution process, it translates the original parser tree into a simpler one, so the executor has less work to do. Language.GraphQL.AST should contain only the parser and be independent from other packages, so it can be used on its own. --- package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.yaml') diff --git a/package.yaml b/package.yaml index 222b64e..dff96d4 100644 --- a/package.yaml +++ b/package.yaml @@ -37,7 +37,7 @@ dependencies: library: source-dirs: src other-modules: - - Language.GraphQL.AST.Transform + - Language.GraphQL.Execute.Transform - Language.GraphQL.Execute.Directive tests: -- cgit v1.2.3