Hey, I have a question about setting up new projec...
# orm-help
s
Hey, I have a question about setting up new projects and defining schemas in v2, looking https://github.com/prisma/prisma-examples/tree/master/javascript/graphql-apollo-server it seems like the models are defined in 3 places?
schema.prisma
, `schema.graphql`and
schema.js
, in v1 it was possible to use a
graphql-schema
and reference the types from there, is that still the case in v2?
r
s
Ah so nexus can help with boiler plate too?