strapi/packages/strapi-plugin-graphql
Guilherme Pacheco 11a128ead2
Fix #10125 - Accept falsy values returned by controllers in GraphQL queries and mutations (#10145)
* Fix #10125 - accept falsy values returned by controllers

* Add test for falsy ctx.body on built graphql resolver

* Use test instead of it in unit tests
2021-04-26 16:46:37 +02:00
..
2021-01-22 17:57:15 +01:00
2021-04-08 14:47:05 +02:00
2021-04-06 16:59:32 +02:00
2019-04-16 09:05:47 +02:00
2021-01-28 16:57:29 +01:00
2018-12-05 18:33:23 +01:00
2020-07-08 09:45:28 +02:00
2021-04-21 17:00:57 +02:00

Strapi GraphQL

This plugin will add GraphQL functionality to your app. By default it will provide you with most of the CRUD methods exposed in the Strapi REST API.

To learn more about GraphQL in Strapi visit documentation