diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-12-06 22:52:24 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-12-06 22:52:24 +0100 |
| commit | 3c1a5c800f382db0ae0c7a74ba3a5a1fdc4c23cb (patch) | |
| tree | 8413676ca83e352a0dec021a1247bdae299d9d34 /package.yaml | |
| parent | fc9ad9c4a1e2e79a6b93d2599ca8fa6770caf631 (diff) | |
| download | graphql-3c1a5c800f382db0ae0c7a74ba3a5a1fdc4c23cb.tar.gz | |
Support directives (skip and include)
Fixes #24.
Diffstat (limited to 'package.yaml')
| -rw-r--r-- | package.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |
