Hi, I used the old legacy graphcool (before it was...
# prisma-whats-new
p
Hi, I used the old legacy graphcool (before it was open sourced, still in the console, not ejected into the cli) and I am starting a new project and want to use prisma 1.0 I am busy going through the docs. The scenario here is that there's already a database (MS SQL) with data in there and a dotnet core 2.0 service on top of it. I investigated graphql-dotnet but it doesnt seem like a good option so I'd rather use prisma and talk directly to SQL (unless prisma can talk to dotnet core 2.0 somehow). Is there a quick way to get started? Specifically on generating my schema either from SQL tables or from Entity Framework and dotnet repositories?