mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-02-17 22:06:32 +00:00
filter out projects with null projectInfo
This commit is contained in:
parent
bef75323b8
commit
6ad0858b8b
@ -37,7 +37,7 @@ query Profile($id: ID!){
|
||||
`
|
||||
export const getProjects = gql`
|
||||
query Projects($type: String! = "PROJECT"){
|
||||
profiles(first: 5, where: {type: $type}) {
|
||||
profiles(first: 5, where: {type: $type, projectInfo_not: null}) {
|
||||
id
|
||||
addr
|
||||
canceled
|
||||
|
Loading…
x
Reference in New Issue
Block a user