diff options
| author | Eugen Wissner <belka@caraus.de> | 2020-06-19 10:53:41 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2020-06-19 10:53:41 +0200 |
| commit | 91bd2d0d8155469b28749a6458e0f7a9279e3698 (patch) | |
| tree | 5114e553d2bcdebefe17742c00d1f1777bdb782e /package.yaml | |
| parent | 882276a845c33c06b235d9604cbfd5b55d784c7d (diff) | |
| download | graphql-91bd2d0d8155469b28749a6458e0f7a9279e3698.tar.gz | |
Fix list input coercion
Diffstat (limited to 'package.yaml')
| -rw-r--r-- | package.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml index e53d23d..1186a24 100644 --- a/package.yaml +++ b/package.yaml @@ -42,7 +42,9 @@ library: other-modules: - Language.GraphQL.Execute.Execution - Language.GraphQL.Execute.Transform + - Language.GraphQL.Type.Definition - Language.GraphQL.Type.Directive + - Language.GraphQL.Type.Schema tests: tasty: |
