mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-02-20 15:18:24 +00:00
display all pledges in pledges view
This commit is contained in:
parent
d040b8835c
commit
312396f8e3
@ -79,7 +79,7 @@ query Profile($id: ID!) {
|
|||||||
pledgesInfos {
|
pledgesInfos {
|
||||||
...PledgesInfoFields
|
...PledgesInfoFields
|
||||||
}
|
}
|
||||||
pledges(where: {amount_gt: 0, pledgeState_lt: 1}) {
|
pledges(where: {amount_gt: 0}) {
|
||||||
...PledgeFields
|
...PledgeFields
|
||||||
}
|
}
|
||||||
projectInfo {
|
projectInfo {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user