Bennett Rogers
Bennett Rogers
I definitely don't need to do more than a few levels of nesting, so for my use case going with the draft.js implementation is fine. It sounds like this could...
And as is so often the case, after hours of debugging I find the issue right after submitting the github issue. It seems that the problem stems from the way...
The example I linked to in the Relation docs does use `CategoriesOnPosts` as the intermediate model name, but the "[Conventions for relation tables](https://www.prisma.io/docs/reference/tools-and-interfaces/prisma-schema/relations#conventions-for-relation-tables-in-implicit-m-n-relations)" documentation uses a different convention. It indicates...
It looks like they're struggling with a similar issue: https://github.com/graphql-nexus/nexus-plugin-prisma/issues/537 The most recent comment on that issue sounds reasonable to me: nexus-plugin-prisma and ra-data-prisma could just copy what Prisma2 has...
Yes, exactly! Sorry, that's what I should have said.
You may have already solved this problem, but I was noticing a similar issue and came across this ticket. In my case it seems to have been caused by the...