Hi, everyone. In the documentation (here: <https:/...
# orm-help
d
Hi, everyone. In the documentation (here: https://www.prisma.io/docs/get-started/03-build-graphql-servers-with-prisma-JAVASCRIPT-e001/#define-graphql-api), it mentions “The Post and User types are straightforward re-definitions of the models specified in datamodel.prisma, except that the Prisma-specific directives have been removed.” As opposed to writing everything again, is there a better way of getting things into schema.graphql?
a
d
Thanks for sharing. I’ll check those links out. 👍