mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-02-03 07:03:26 +00:00
filter out extranous pledges
This commit is contained in:
parent
b495905dc5
commit
50bcbfcc42
@ -79,7 +79,7 @@ query Profile($id: ID!) {
|
||||
pledgesInfos {
|
||||
...PledgesInfoFields
|
||||
}
|
||||
pledges {
|
||||
pledges(where: {amount_gt: 0, pledgeState_lt: 1}) {
|
||||
...PledgeFields
|
||||
}
|
||||
projectInfo {
|
||||
|
Loading…
x
Reference in New Issue
Block a user