hey prisma! Just a quick question. I have an array...
# orm-help
p
hey prisma! Just a quick question. I have an array that holds connection to users. I’m seeing that if I add a user to an array it can not be added a second time. I checked that the resolver fires and that theres no errors.
n
Hey Philipp! Thanks for raising this, I'm not sure I fully understand your problem yet. Do you maybe mind sharing the Prisma models, the GraphQL schema and resolver that are relevant for this question? I'd love to help you out here 🙂
p
This was a while ago but I was basically just noticing that the elements in a nested array of a type user that I created the users had to be distinct.