Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit 172e8f9

Browse files
authored
Update README.md
1 parent b2ac77a commit 172e8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Create a file named `apollo.js` and export a function that accepts a token and r
6060
import { ApolloClient } from 'apollo-client';
6161
import { HttpLink } from 'apollo-link-http';
6262
import { InMemoryCache } from 'apollo-cache-inmemory';
63-
const GRAPHQL_ENDPOINT = `https://graphql.contentstack.io/stacks/api_key/explore?access_token=environment-specific_delivery_token&environment=environment_name`;
63+
const GRAPHQL_ENDPOINT = `https://graphql.contentstack.io/stacks/<API_KEY>?access_token=<ENVIRONMENT_SPECIFIC_DELIVERY_TOKEN>&environment=<ENVIRONMENT_NAME>`;
6464
6565
const apolloClient = () => {
6666
const link = new HttpLink({

0 commit comments

Comments
 (0)