I am migrating Prisma from Javascript To Typescrip...
# orm-help
a
I am migrating Prisma from Javascript To Typescript. How can the file
schema.ts
is generated? Do I have to write it or it is generated automatically? (example with: https://github.com/prisma/prisma-examples/blob/master/typescript/graphql-apollo-server/src/schema.ts)
s
schema.ts is not autogenerated.
you write your config there.
which will output the grahpql schema and other things.