Skip to content

Commit

Permalink
add filter to shareHolders
Browse files Browse the repository at this point in the history
  • Loading branch information
dfkadyr committed Oct 9, 2024
1 parent b86a1c0 commit 70290a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ query RewardSplitters($where: RewardSplitter_filter) {
id
owner
totalShares
shareHolders(orderBy: shares, orderDirection: desc) {
shareHolders(orderBy: shares, orderDirection: desc, where: { shares_gt: 0 }) {
id
shares
address
Expand Down

0 comments on commit 70290a4

Please sign in to comment.