We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7af9e8 commit 0cbe329Copy full SHA for 0cbe329
CHANGELOG.md
@@ -1,4 +1,11 @@
1
2
+1.3.1 / 2018-06-06
3
+==================
4
+
5
+ * Fix: Pass info param to child resolvers (#34, @happylinks)
6
+ * Fix: Export `and` and `or` operators (#29, @mringer)
7
+ * Misc: Add better types and generics to define resolvers (#33, @theGlenn)
8
9
1.3.0 / 2018-05-12
10
==================
11
package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-resolvers",
- "version": "1.3.0",
+ "version": "1.3.1",
"description": "Expressive and composable resolvers for Apollostack's GraphQL server Edit",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments