threshold-network / website

1 stars 10 forks source link

Refactor query implementation for the Graph's service migration #123

Closed evandrosaturnino closed 4 months ago

evandrosaturnino commented 5 months ago

Description

Refactor the querying implementation in response to The Graph's recent transition from the hosted-service to the Studio service.

Key changes include:

Updated query format to be compatible with The Graph Studio services. Introduced requirements for a subgraph ID and a subgraph API key secret to authenticate queries.

These changes are necessary to maintain our application's connectivity with The Graph's services and ensure seamless data querying.

Notice

Pull Request Type

Fixes #121

Testing

Please outline all testing steps

  1. Clone the repo - git clone https://github.com/threshold-network/website.git
  2. Install dependencies - yarn install
  3. Build the app - yarn build
  4. Run the app - yarn start
github-actions[bot] commented 5 months ago

Preview uploaded to https://preview.threshold.network/update-subgraph-service-querying-implementation/index.html.

github-actions[bot] commented 4 months ago

Preview uploaded to https://preview.threshold.network/update-subgraph-service-querying-implementation/index.html.