Document undocumented modules

Fixes #15.
This commit is contained in:
2019-09-25 05:35:36 +02:00
parent 2b5c719ab0
commit 70f7e1bd8e
6 changed files with 11 additions and 3 deletions

View File

@ -68,6 +68,7 @@ data OperationType = Query | Mutation deriving (Eq, Show)
-- | "Top-level" selection, selection on a operation.
type SelectionSet = NonEmpty Selection
-- | Field selection.
type SelectionSetOpt = [Selection]
-- | Single selection element.