We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20f9ae0 + e6b671f commit 3a2c2e1Copy full SHA for 3a2c2e1
website/content/docs/plugins/drizzle.mdx
@@ -43,6 +43,7 @@ const builder = new SchemaBuilder<PothosTypes>({
43
plugins: [DrizzlePlugin],
44
drizzle: {
45
client: db,
46
+ schema
47
},
48
});
49
```
@@ -57,7 +58,7 @@ import * as schema from './schema';
57
58
import { drizzle } from 'drizzle-orm/...';
59
import SchemaBuilder from '@pothos/core';
60
import DrizzlePlugin from '@pothos/plugin-drizzle';
-import RelayPlugin from '@pothos/plugin-scope-auth';
61
+import RelayPlugin from '@pothos/plugin-relay';
62
import WithInputPlugin from '@pothos/plugin-with-input';
63
64
const db = drizzle(client, { schema });
0 commit comments