This message was deleted.
# orm-help
s
This message was deleted.
s
im not from prisma but do you have a relation on ur team model that points to the player array?
oh yeah you have the team relation part. I thought that might be a quick fix for it but it looks like it might be something else
do you know about
prisma studio
? you can check in there for if your team entries are actually related in the database, that might be helpful to know if its a query thing or its a data thing
could you post the get query here?