Const
Generates a query GraphQL resolver that wraps Prisma's findMany method. The generated resolver is named the plural version of the table name.
findMany
Generates a query GraphQL resolver that wraps Prisma's
findManymethod. The generated resolver is named the plural version of the table name.