Merge branch 'master' into view-more-no-worky

This commit is contained in:
Belén Curcio
2017-03-21 15:08:27 -03:00
committed by GitHub
+2 -2
View File
@@ -149,7 +149,7 @@ This will merge with the existing resolvers in core and from previous plugins.
{
RootMutation: {
createPerson: {
post: async (obj, args, {plugins: {Slack}}, person) {
post: async (obj, args, {plugins: {Slack}}, info, person) {
if (!person) {
return person;
}
@@ -248,7 +248,7 @@ module.exports = {
hooks: {
RootMutation: {
createPerson: {
post: async (obj, args, {plugins: {Slack}}, person) => {
post: async (obj, args, {plugins: {Slack}}, info, person) => {
if (!person) {
return person;
}