also any place to find documentation or examples o...
# orm-help
j
also any place to find documentation or examples of many to many relational queries?
r
The docs are light in this area, I do this extensively in a closed source project though. If you are using VSCode or another IDE with autocompletion support, you can prompt it for valid syntax at each step of your query. It's difficult to suggest without a schema.
r
Hey @James Lee 👋 You can find the schema docs here. As for relational queries you can use the above as a reference via autocomplete that Prisma provides. Is there anything specific that you're stuck on right now?