There was an error while loading. Please reload this page.
1 parent 94f4882 commit 0d5f9dfCopy full SHA for 0d5f9df
1 file changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change log
2
3
+## 1.0.2
4
+
5
+* Expanded the README table of contents somewhat ([#329](https://github.com/digiaonline/graphql-php/pull/329))
6
+* Don't validate the schema again while validating the query against it ([#328](https://github.com/digiaonline/graphql-php/pull/328))
7
+* Fix some incorrect type-hints in `ExecutionResult` ([#327](https://github.com/digiaonline/graphql-php/pull/327))
8
+* Fix resolver example in the README ([#313](https://github.com/digiaonline/graphql-php/pull/313))
9
10
## 1.0.1
11
12
* Fix a bug where you could not use `false` as value for `Boolean!` input types ([#311](https://github.com/digiaonline/graphql-php/pull/311))
0 commit comments