strapi/packages/strapi-plugin-graphql
François de Metz 645c0b8cf4
Implement deleteFile graphql mutation (#5292). (#7937)
* Implement deleteFile graphql mutation (#5292).

Signed-off-by: François de Metz <francois@2metz.fr>

* Test if the file exist before removing it.

Signed-off-by: François de Metz <francois@2metz.fr>

* Fix a typo.

Signed-off-by: François de Metz <francois@2metz.fr>
2020-10-05 11:34:15 +02:00
..
2020-07-08 11:04:27 +02:00
2019-04-16 09:05:47 +02:00
2018-12-05 18:33:23 +01:00
2020-07-08 09:45:28 +02:00
2020-10-02 11:48:42 +02:00
2020-08-13 21:30:28 -04: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