Message handler's methods now accept PrismaSchema instance from
outside, rather than creating it from a single document. Singatures of
the methods are also adjusted to consistently be in (schema, intitianigDocument, params) form.
As per our Slack discussion, tests are split into it's own task: prisma/team-orm#1140
Use
@prisma/schema-files-loader
to resolve schema files from memory or disk. See also https://github.com/prisma/prisma/pull/24085Message handler's methods now accept
PrismaSchema
instance from outside, rather than creating it from a single document. Singatures of the methods are also adjusted to consistently be in(schema, intitianigDocument, params)
form.As per our Slack discussion, tests are split into it's own task: prisma/team-orm#1140
Contribute to https://github.com/prisma/team-orm/issues/1042