From 0cbe69736be1ce4e7e4d82ba70f97d5a2bdcdd0c Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 17 Dec 2019 09:03:18 +0100 Subject: Move Execute.Directive to Type.Directive Just to roughly follow the structure of the reference implementation. --- package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.yaml') diff --git a/package.yaml b/package.yaml index dff96d4..88a7238 100644 --- a/package.yaml +++ b/package.yaml @@ -38,7 +38,7 @@ library: source-dirs: src other-modules: - Language.GraphQL.Execute.Transform - - Language.GraphQL.Execute.Directive + - Language.GraphQL.Type.Directive tests: tasty: -- cgit v1.2.3