Skip to content

Commit

Permalink
Readme fix (no code changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukairo-02 committed Jun 1, 2024
1 parent 338fb72 commit 24aa77f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Automatically create GraphQL schema or customizable schema config fields from Dr
import { createYoga } from 'graphql-yoga'
import { buildSchema } from 'drizzle-graphql'

// db - your drizzle instance, schema - your drizzle tables
// db - your drizzle instance
import { db } from './database'

const { schema } = buildSchema(db)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "drizzle-graphql",
"type": "module",
"author": "Drizzle Team",
"version": "0.8.1",
"version": "0.8.2",
"description": "Automatically generate GraphQL schema or customizable schema config fields from Drizzle ORM schema",
"scripts": {
"build": "pnpm tsx scripts/build.ts",
Expand Down

0 comments on commit 24aa77f

Please sign in to comment.