diff options
| author | Danny Navarro <j@dannynavarro.net> | 2015-09-18 14:55:59 +0200 |
|---|---|---|
| committer | Danny Navarro <j@dannynavarro.net> | 2015-09-18 14:55:59 +0200 |
| commit | c9c1137cebe5629f145f55fc941cb09ce7b3d02a (patch) | |
| tree | c73e033965f40b1e65c714dc4a585cc901fc7ce1 /Data/GraphQL/AST.hs | |
| parent | dac6721f02e747d218ad160c7be5d0483752faa5 (diff) | |
| download | graphql-c9c1137cebe5629f145f55fc941cb09ce7b3d02a.tar.gz | |
Garden
Diffstat (limited to 'Data/GraphQL/AST.hs')
| -rw-r--r-- | Data/GraphQL/AST.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Data/GraphQL/AST.hs b/Data/GraphQL/AST.hs index 0a09671..422ce9e 100644 --- a/Data/GraphQL/AST.hs +++ b/Data/GraphQL/AST.hs @@ -61,8 +61,8 @@ type TypeCondition = NamedType -- * Values data Value = ValueVariable Variable - | ValueInt Int -- TODO: Should this be `Integer`? - | ValueFloat Double -- TODO: Should this be `Scientific`? + | ValueInt Int + | ValueFloat Double | ValueBoolean Bool | ValueString Text | ValueEnum Name |
