Skip to content

Commit fc164b5

Browse files
committed
fix(deps): Updates graphql-yoga dependency to 1.6.0. Otherwise the example does not work - the directive resolvers are not invoked.
1 parent d4b15bb commit fc164b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/custom-directives/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"start": "node ."
44
},
55
"dependencies": {
6-
"graphql-yoga": "1.2.0"
6+
"graphql-yoga": "1.6.0"
77
}
88
}

0 commit comments

Comments
 (0)