Extend execute
for deeper queries
The second graphql-js end-to-end test was ported and passed successfully.
This commit is contained in:
@ -31,7 +31,8 @@ library
|
||||
build-depends: base >= 4.7 && < 5,
|
||||
text >= 0.11.3.1,
|
||||
aeson >= 0.7.0.3,
|
||||
attoparsec >= 0.10.4.0
|
||||
attoparsec >= 0.10.4.0,
|
||||
unordered-containers >= 0.2.5.0
|
||||
|
||||
test-suite tasty
|
||||
default-language: Haskell2010
|
||||
@ -45,6 +46,7 @@ test-suite tasty
|
||||
aeson >= 0.7.0.3,
|
||||
text >= 0.11.3.1,
|
||||
attoparsec >= 0.10.4.0,
|
||||
raw-strings-qq >= 1.1,
|
||||
tasty >= 0.10,
|
||||
tasty-hunit >= 0.9,
|
||||
graphql
|
||||
|
Reference in New Issue
Block a user