diff options
| author | Danny Navarro <j@dannynavarro.net> | 2016-03-15 14:02:34 +0100 |
|---|---|---|
| committer | Danny Navarro <j@dannynavarro.net> | 2016-03-15 14:02:34 +0100 |
| commit | 77853b17ae1197ba075ccc68df2a949dffc97092 (patch) | |
| tree | 6e8385c5522ea92e4be314493c244c0ec043c568 /Data/GraphQL/Encoder.hs | |
| parent | d8a731fe30ce800ac8347a902f38373d6cf689b2 (diff) | |
| parent | 61d6af777897d918decc0ab8ef6456e05fccbe7b (diff) | |
| download | graphql-77853b17ae1197ba075ccc68df2a949dffc97092.tar.gz | |
Merge branch 'all-improvements'
This adds general API documentation, a tutorial and error handling.
Diffstat (limited to 'Data/GraphQL/Encoder.hs')
| -rw-r--r-- | Data/GraphQL/Encoder.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Data/GraphQL/Encoder.hs b/Data/GraphQL/Encoder.hs index 2b7e239..86f090b 100644 --- a/Data/GraphQL/Encoder.hs +++ b/Data/GraphQL/Encoder.hs @@ -1,5 +1,6 @@ {-# LANGUAGE CPP #-} {-# LANGUAGE OverloadedStrings #-} +-- | This module defines a printer for the @GraphQL@ language. module Data.GraphQL.Encoder where #if !MIN_VERSION_base(4,8,0) |
