mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-01-11 03:56:20 +00:00
remove first 5 only from list projects
This commit is contained in:
parent
224ebd9609
commit
15372a3af8
@ -52,7 +52,7 @@ export const getProjects = gql`
|
||||
${pledgesInfosFields}
|
||||
|
||||
query Projects($type: String! = "PROJECT"){
|
||||
profiles(first: 5, where: {type: $type, projectInfo_not: null}) {
|
||||
profiles(where: {type: $type, projectInfo_not: null}) {
|
||||
id
|
||||
addr
|
||||
canceled
|
||||
|
Loading…
x
Reference in New Issue
Block a user