Skip to content

Commit 24aa77f

Browse files
committed
Readme fix (no code changes)
1 parent 338fb72 commit 24aa77f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",

0 commit comments

Comments
 (0)