Title
j

jvbianchi

09/19/2017, 4:06 PM
How can I create a query like
SELECT DISTINCT(NAME) FROM ...
in graphql?
n

nilan

09/19/2017, 4:11 PM
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

bakumn

09/20/2017, 1:14 AM
is it same group by?