| Age | Commit message (Collapse) | Author |
|
The reader contains variable substitution functions and fragments.
|
|
Fixes #18.
- `Language.GraphQL.Encoder` moved to `Language.GraphQL.AST.Encoder`.
- `Language.GraphQL.Parser` moved to `Language.GraphQL.AST.Parser`.
- `Language.GraphQL.Lexer` moved to `Language.GraphQL.AST.Lexer`.
- All `Language.GraphQL.AST.Value` data constructor prefixes were removed. The
module should be imported qualified.
- All `Language.GraphQL.AST.Core.Value` data constructor prefixes were removed.
The module should be imported qualified.
- `Language.GraphQL.AST.Transform` is now isn't exposed publically anymore.
|
|
Since the transform tree can already find some errors, it may fail here
and there. Almost all functions return a Maybe to signalize an error.
Will be replaced with an Either of course.
|
|
Fixes #20.
|
|
Fixes #17.
|
|
Fixes #11.
|
|
|
|
Fixes #15.
|
|
Fix #14.
|
|
Mostly basic documentation. Fixes #4.
|
|
|
|
|
|
|
|
|
|
|