diff options
| author | Eugen Wissner <belka@caraus.de> | 2020-10-02 06:31:38 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2020-10-02 06:31:38 +0200 |
| commit | 6daae8a5219f62de98b4a65788e436fb1eac8cba (patch) | |
| tree | 2bf515d0e6070ea14ce735b1484fa89c180d4c2c /src/Language/GraphQL/AST/Document.hs | |
| parent | 56b63f1c3eda70e6de5da4b6395b98a378b1e4e7 (diff) | |
| download | graphql-6daae8a5219f62de98b4a65788e436fb1eac8cba.tar.gz | |
Validate directives are in valid locations
Diffstat (limited to 'src/Language/GraphQL/AST/Document.hs')
| -rw-r--r-- | src/Language/GraphQL/AST/Document.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Language/GraphQL/AST/Document.hs b/src/Language/GraphQL/AST/Document.hs index 0b118af..489a242 100644 --- a/src/Language/GraphQL/AST/Document.hs +++ b/src/Language/GraphQL/AST/Document.hs @@ -1,5 +1,6 @@ {-# LANGUAGE ExplicitForAll #-} {-# LANGUAGE OverloadedStrings #-} +{-# LANGUAGE Safe #-} -- | This module defines an abstract syntax tree for the @GraphQL@ language. It -- follows closely the structure given in the specification. Please refer to |
