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.
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