UNPKG

@pothos/plugin-scope-auth

Version:

A Pothos plugin for adding scope based authorization checks to your GraphQL Schema

12 lines (10 loc) 224 B
import { defineConfig } from 'prisma/config'; export default defineConfig({ schema: 'prisma/schema.prisma', datasource: { url: 'file:./prisma/dev.db', }, migrations: { seed: 'node prisma/seed.mjs', }, });