diff --git a/packages/strapi-plugin-graphql/README.md b/packages/strapi-plugin-graphql/README.md index af1f65a501..3f4b2a5392 100644 --- a/packages/strapi-plugin-graphql/README.md +++ b/packages/strapi-plugin-graphql/README.md @@ -1 +1,6 @@ -# Strapi plugin +# Strapi GraphQL + +This plugin will add GraphQL functionality to your app. +By default it will provide you with all the default CRUD methods. + +To learn more about GraphQL in Strapi [visit documentation](https://strapi.io/documentation/v3.x/plugins/graphql.html)