Hello, unfortunately the registration in the forum does not work at the moment, therefore I write my question here (hope that's okay).
I would like to automatically create the GraphQL schema for an existing database with existing data. I already did a lot of research and found that this should be possible with PostgreSQL. I tried that, but unfortunately I only get the tables generated as a schema and nothing else. The generated GraphQL schema then consists only of the table names and their attributes, but there are no operations and so on.
I found a generated schema on Github:
https://gist.github.com/sorenbs/0861e1f404981012f160b940b6cf41ea/
That's exactly the kind of schema I would like to have generated (based on my database, of course)
Can someone please tell me if and how this is possible with Prisma?
Many thanks in advance!