From 699434e4ea0803abbe9a01e0beb7824007030872 Mon Sep 17 00:00:00 2001 From: Irash-Perera Date: Tue, 31 Dec 2024 17:36:51 +0530 Subject: [PATCH] docs: update README.md with WSO2 API Manager token usage and Apollo Client documentation reference --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 71623b1..d1be64a 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,10 @@ const client = new ApolloClient({ }); ``` +- Replace the `authorization` header with the actual token generated by the WSO2 API Manager. + +- Refer the [Apollo Client Documentation](https://www.apollographql.com/docs/react/get-started/) for more information on how to connect Apollo Client to a GraphQL API. + 4. **Run the application** - Navigate to the project directory and run the following command to start the server. ```