feat: wip casl policies (#334)
* feat: wip casl policies * feat: add ability guard on pipeline resolvers * fix: test
This commit is contained in:
4
server/src/database/client-mock/client.ts
Normal file
4
server/src/database/client-mock/client.ts
Normal file
@ -0,0 +1,4 @@
|
||||
import { PrismaClient } from '@prisma/client';
|
||||
|
||||
const prisma = new PrismaClient();
|
||||
export default prisma;
|
||||
Reference in New Issue
Block a user