graphql/src/Language/GraphQL
Eugen Wissner 78ee76f9d5 Define schema AST.
Large parts of the schema aren't exported publically. They will be made
public during writing the parser.

Fixes #6.
2019-12-27 09:14:12 +01:00
..
AST Define schema AST. 2019-12-27 09:14:12 +01:00
Execute Add definition module 2019-12-26 13:07:21 +01:00
Type Move Execute.Directive to Type.Directive 2019-12-18 09:03:18 +01:00
AST.hs Define schema AST. 2019-12-27 09:14:12 +01:00
Error.hs Fix haddoc warnings 2019-09-20 08:47:14 +02:00
Execute.hs Add definition module 2019-12-26 13:07:21 +01:00
Schema.hs Consider __typename when evaluating fragments 2019-12-02 07:43:19 +01:00
Trans.hs Add a reader instance to the resolvers 2019-11-23 09:49:12 +01:00
Type.hs Move related modules to Language.GraphQL.AST 2019-11-03 11:00:18 +01:00