siyfion
12/13/2018, 3:07 PMprisma.user({ email: context.email }).following({ where: {
lists_some: {
name: 'Been',
items_some: {
venue: {
id: venueId
}
}
}
}})
How would I go about getting a count back for the number of “followers”, rather than getting all the data and doing a .length?nikolasburk
siyfion
12/13/2018, 3:13 PMnikolasburk