Skip to content

Commit

Permalink
docs: update README.md with WSO2 API Manager token usage and Apollo C…
Browse files Browse the repository at this point in the history
…lient documentation reference
  • Loading branch information
Irash-Perera committed Dec 31, 2024
1 parent 942955b commit 699434e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```
Expand Down

0 comments on commit 699434e

Please sign in to comment.