remove first 5 only from list projects

This commit is contained in:
Barry Gitarts 2019-09-17 11:20:56 -04:00
parent 224ebd9609
commit 15372a3af8

View File

@ -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