UNPKG
graphql-bookshelfjs
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Using GraphQL with Bookshelf ORM
github.com/weyoss/graphql-bookshelfjs
weyoss/graphql-bookshelfjs
graphql-bookshelfjs
/
example
/
package.json
14 lines
(13 loc)
•
246 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name"
:
"example"
,
"version"
:
"1.0.0"
,
"private"
:
true
,
"dependencies"
:
{
"bookshelf"
:
"0.10.3"
,
"graphql"
:
"0.9.1"
,
"graphql-bookshelfjs"
:
"1.0.x"
,
"knex"
:
"0.12.7"
,
"lodash"
:
"4.17.5"
,
"sqlite3"
:
"3.1.8"
}
}