strapi/packages/strapi-plugin-graphql
Don Masakayan c5e6110292 Fixed issue where GraphQL Mutations that use actions in plugins didn't work.
This now works, as it should:

```
Mutation: {
  customMutation:
    resolver: {
      plugin: "custom-plugin",
        handler: "Post.customMutation"
      }
    }
  }
}
```
2019-09-15 15:51:26 +08:00
..
2019-04-16 09:05:47 +02:00
2018-12-05 18:33:23 +01:00
2019-05-02 15:45:19 +02:00
2019-09-13 15:08:44 +02:00

Strapi plugin