Something like: ``` { allFiles(filter: { far...
# prisma-whats-new
m
Something like:
Copy code
{
  allFiles(filter: {
    farm: !null,
  }) {
    id
  }
}
m
you can use
Copy code
farm:  {
   id_not: null
}
m
nice thanks