From 3c1a5c800f382db0ae0c7a74ba3a5a1fdc4c23cb Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 6 Dec 2019 22:52:24 +0100 Subject: Support directives (skip and include) Fixes #24. --- package.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'package.yaml') diff --git a/package.yaml b/package.yaml index c2c5028..222b64e 100644 --- a/package.yaml +++ b/package.yaml @@ -38,6 +38,7 @@ library: source-dirs: src other-modules: - Language.GraphQL.AST.Transform + - Language.GraphQL.Execute.Directive tests: tasty: -- cgit v1.2.3