If I have the following schema:
type Person {
id: ID!
name: String!
}
How would I get a unique list of Person names in the database?
If I have the following schema:
type Person {
id: ID!
name: String!
}
How would I get a unique list of Person names in the database?
And if you really need to flatten that list across multiple depths: