There can be some repetition, but a little repetit...
# orm-help
j
There can be some repetition, but a little repetition doesn't cost much. The datamodel.prisma defines your data model and the graphql.schema defines your outward facing API. You can avoid some repetition by importing your generated graphql.schema in your graphql.schema
n
👍🏻