If you have a node that has a unique array of stri...
# prisma-whats-new
a
If you have a node that has a unique array of strings, is there currently any way to query that?
For example a Fruit node with an Alias field which is [“Granny Smith”, “Fuji”, “Honeycrisp”]. Is there a way to do something like { Fruit (alias: “Fuji”) {id} }