Skip to content

Commit

Permalink
Merge branch 'bucanero/queryapi-update' of https://github.com/near/docs
Browse files Browse the repository at this point in the history
… into bucanero/queryapi-update
  • Loading branch information
bucanero committed Jul 21, 2023
2 parents 59c7951 + 09b5c1b commit 55a0135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bos/tutorial/indexer-tutorials/hype-indexer.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ Next, you can call the `fetchGraphQL` function with the appropriate parameters a
Here's the complete code snippet for a BOS component using the _Hype Indexer_:
```js
const QUERYAPI_ENDPOINT = `https://queryapi-hasura-graphql-24ktefolwq-ew.a.run.app/v1/graphql`;
const QUERYAPI_ENDPOINT = `https://near-queryapi.api.pagoda.co/v1/graphql/`;

State.init({
data: []
Expand Down

0 comments on commit 55a0135

Please sign in to comment.