Skip to content

chore(sdk): Add StreamrClient#getTheGraphClient() internal method#3087

Merged
teogeb merged 1 commit intomainfrom
expose-internal-thegraphclient
Apr 28, 2025
Merged

chore(sdk): Add StreamrClient#getTheGraphClient() internal method#3087
teogeb merged 1 commit intomainfrom
expose-internal-thegraphclient

Conversation

@teogeb
Copy link
Contributor

@teogeb teogeb commented Apr 25, 2025

Added a method which provides a client for querying The Graph. All entities of the Streamr graph can be queried using this client, e.g.:

  • Stream
  • StreamPermission
  • Operator
  • Sponsorship
  • Stake
  • Vote
  • ...

This method is currently internal, but it can be made public if needed.

Needed in #3086.

@github-actions github-actions bot added the sdk label Apr 25, 2025
@teogeb teogeb requested a review from jtakalai April 25, 2025 17:09
@teogeb teogeb merged commit bbcd1e4 into main Apr 28, 2025
24 checks passed
@teogeb teogeb deleted the expose-internal-thegraphclient branch April 28, 2025 07:27
jtakalai pushed a commit that referenced this pull request May 20, 2025
…3087)

Added a method which provides a client for querying The Graph. All
entities of the Streamr graph can be queried using this client, e.g.:
- `Stream`
- `StreamPermission`
- `Operator` 
- `Sponsorship`
- `Stake`
- `Vote`
- ...

This method is currently internal, but it can be made public if needed.

Needed in #3086.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants