graphql/tests/Test
Eugen Wissner 44dc80bb37 Replace substitution function with a map
It makes using variables with queries more approachable, but some work
still has to be done.
- The type `Subs` should be renamed and moved out of `Schema`, together with
`AST.Core.Value` probably.
- Some kind of conversion should be possible from a user-defined input
type T to the Value. So the final HashMap should have a type like
`HashMap name a`, where a is an instance of a potential typeclass
InputType.
2019-12-30 18:26:24 +01:00
..
StarWars Replace substitution function with a map 2019-12-30 18:26:24 +01:00
DirectiveSpec.hs Support directives (skip and include) 2019-12-06 22:52:24 +01:00
FragmentSpec.hs Consider __typename when evaluating fragments 2019-12-02 07:43:19 +01:00
KitchenSinkSpec.hs Move related modules to Language.GraphQL.AST 2019-11-03 11:00:18 +01:00