How can I create a query like `SELECT DISTINCT(NAM...
# prisma-whats-new
j
How can I create a query like
SELECT DISTINCT(NAME) FROM ...
in graphql?
n
querying distinct values is not possible yet - you can however query distinct nodes. could you please create a new feature request here: https://github.com/graphcool/graphcool/issues?
b
is it same group by?