Skip to content

Commit

Permalink
Expose scheduleIds on api call to optimize chain calls (#230)
Browse files Browse the repository at this point in the history
* Expose scheduleIds on api call

* update schema
  • Loading branch information
PabloSzx authored May 26, 2023
1 parent 6cab3b3 commit 0698c36
Show file tree
Hide file tree
Showing 3 changed files with 673 additions and 329 deletions.
5 changes: 5 additions & 0 deletions .changeset/shaggy-pumpkins-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@soundxyz/sdk': minor
---

Expose scheduleIds on api call to optimize chain calls
5 changes: 5 additions & 0 deletions packages/sdk/graphql/release.gql
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ query ReleaseInfo($contractAddress: Address!, $editionId: String) {

season

scheduleIds {
mintIds
minterAddress
}

genre {
id
name
Expand Down
Loading

0 comments on commit 0698c36

Please sign in to comment.