Const
Generates a mutation GraphQL resolver that wraps Prisma's createMany, update, and upsert methods. The generated resolver is named the plural version of the table name.
createMany
update
upsert
Generates a mutation GraphQL resolver that wraps Prisma's
createMany,update, andupsertmethods. The generated resolver is named the plural version of the table name.