Hi, i have been toying with GraphQL for a bit now and struggling to set up a nice CRUD Api for my data without writing too much code. I really like the way Prisma is built and how its API is structured.
However, we have an existing Laravel backend which has quite extensive functionality around how data is saved into the database - Prisma itself would not be able to fit our requirements. Is it possible/viable to add in a custom ApiConnector for Prisma and link that up with our existing backend?