filter out extranous pledges

This commit is contained in:
Barry Gitarts 2019-10-04 13:49:49 -04:00 committed by Barry G
parent b495905dc5
commit 50bcbfcc42
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ query Profile($id: ID!) {
pledgesInfos {
...PledgesInfoFields
}
pledges {
pledges(where: {amount_gt: 0, pledgeState_lt: 1}) {
...PledgeFields
}
projectInfo {