From 8dd306ec6612c48951f3b95e0860d19fb0a01c52 Mon Sep 17 00:00:00 2001 From: xonx <119700621+xonx4l@users.noreply.github.com> Date: Tue, 17 Oct 2023 22:55:41 +0530 Subject: [PATCH] Update README.md issue-:#3979 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5e23874914..79c91c6517 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,12 @@ graphql({ schema, source }).then((result) => { **Note**: Please don't forget to set `NODE_ENV=production` if you are running a production server. It will disable some checks that can be useful during development but will significantly improve performance. + +### NEW graphql API Documentation -: + +https://graphql-js.org/ + + ### Want to ride the bleeding edge? The `npm` branch in this repository is automatically maintained to be the last