I am in that process now. It is quite hard to find good info, especially with a lot of different versions of Prisma docs etc. I am progressing by asking around here and in the forum and different tutorials and blogs.
The GC team announced that they are working on a tool to dump GC to a database file that you can later import into a DB and use Prisma with it.
j
joar
09/22/2019, 9:18 PM
@Josef Henryson You can do
graphcool export
and
prisma import
, with only some minor changes in the schema between prisma 1.34 and GC