hey guys! how can I achieve this with graphcool? ...
# prisma-whats-new
r
1
w
you could do something like this for your mutation
Copy code
{
  _allPostsMeta {
    count
  }
}
👍🏻 2
r
this should work! Thanks!! 😊