forked from OSS/graphql
Move Execute.Directive to Type.Directive
Just to roughly follow the structure of the reference implementation.
This commit is contained in:
parent
4c0d226030
commit
0cbe69736b
@ -38,7 +38,7 @@ library:
|
||||
source-dirs: src
|
||||
other-modules:
|
||||
- Language.GraphQL.Execute.Transform
|
||||
- Language.GraphQL.Execute.Directive
|
||||
- Language.GraphQL.Type.Directive
|
||||
|
||||
tests:
|
||||
tasty:
|
||||
|
@ -19,8 +19,8 @@ import qualified Data.List.NonEmpty as NonEmpty
|
||||
import Data.Sequence (Seq, (<|), (><))
|
||||
import qualified Language.GraphQL.AST as Full
|
||||
import qualified Language.GraphQL.AST.Core as Core
|
||||
import qualified Language.GraphQL.Execute.Directive as Directive
|
||||
import qualified Language.GraphQL.Schema as Schema
|
||||
import qualified Language.GraphQL.Type.Directive as Directive
|
||||
|
||||
-- | Associates a fragment name with a list of 'Core.Field's.
|
||||
data Replacement = Replacement
|
||||
|
@ -1,6 +1,6 @@
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
|
||||
module Language.GraphQL.Execute.Directive
|
||||
module Language.GraphQL.Type.Directive
|
||||
( selection
|
||||
) where
|
||||
|
@ -1,4 +1,4 @@
|
||||
resolver: lts-14.16
|
||||
resolver: lts-14.17
|
||||
|
||||
packages:
|
||||
- .
|
||||
|
Loading…
Reference in New Issue
Block a user