Document all public symbols.

Mostly basic documentation. Fixes #4.
This commit is contained in:
2019-08-29 07:40:50 +02:00
parent 5175586def
commit c1943c1979
6 changed files with 56 additions and 22 deletions

View File

@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
### Added
- Minimal documentation for all public symbols.
### Deprecated
- Language.GraphQL.AST.FragmentName. Replaced with Language.GraphQL.AST.Name.
## [0.5.0.0] - 2019-08-14
### Added
- `executeWithName` executes an operation with the given name.