Define schema AST.

Large parts of the schema aren't exported publically. They will be made
public during writing the parser.

Fixes #6.
This commit is contained in:
2019-12-27 09:14:12 +01:00
parent 56d88310df
commit 78ee76f9d5
3 changed files with 90 additions and 50 deletions

View File

@ -1,7 +1,4 @@
-- | This module defines an abstract syntax tree for the @GraphQL@ language based on
-- <https://facebook.github.io/graphql/ Facebook's GraphQL Specification>.
--
-- Target AST for Parser.
-- | Target AST for Parser.
module Language.GraphQL.AST
( Alias
, Argument(..)