summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-05-13 17:40:38 +0200
committerEugen Wissner <belka@caraus.de>2021-05-13 17:40:38 +0200
commitc311cb0070de2979111014e8e22a5f6fefee3ea3 (patch)
treef885426bd63b68639cfc839769fb4956dd829606 /CHANGELOG.md
parent1b7cd85216e58650552e690be81fb46bea2d88ab (diff)
downloadgraphql-c311cb0070de2979111014e8e22a5f6fefee3ea3.tar.gz
Add constructor with additional schema types
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b18668a..174e6dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,10 @@ and this project adheres to
### Added
- `Language.GraphQL.Execute.OrderedMap` is a map data structure, that preserves
insertion order.
+- `Language.GraphQL.Schema.schemaWithTypes` constructs a complete schema,
+ including an optional schema description and user-defined types not referenced
+ in the schema directly (for example interface implementations).
+- `Language.GraphQL.Schema.description` returns the optional schema description.
### Fixed
- Parser now accepts empty lists and objects.