File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Automatically create GraphQL schema or customizable schema config fields from Dr
1414 import { createYoga } from ' graphql-yoga'
1515 import { buildSchema } from ' drizzle-graphql'
1616
17- // db - your drizzle instance, schema - your drizzle tables
17+ // db - your drizzle instance
1818 import { db } from ' ./database'
1919
2020 const { schema } = buildSchema (db )
Original file line number Diff line number Diff line change 22 "name" : " drizzle-graphql" ,
33 "type" : " module" ,
44 "author" : " Drizzle Team" ,
5- "version" : " 0.8.1 " ,
5+ "version" : " 0.8.2 " ,
66 "description" : " Automatically generate GraphQL schema or customizable schema config fields from Drizzle ORM schema" ,
77 "scripts" : {
88 "build" : " pnpm tsx scripts/build.ts" ,
You can’t perform that action at this time.
0 commit comments