From c3efac898d2915d43c72644d8546e86bddda4ab2 Mon Sep 17 00:00:00 2001 From: ScottAgirs Date: Sat, 8 Aug 2020 15:24:09 -0400 Subject: [PATCH] [update README] Signed-off-by: ScottAgirs --- packages/strapi-plugin-graphql/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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)