Commit Graph

22 Commits

Author SHA1 Message Date
Jason Kuhrt 1ebae9f2a8 chore: update nexus ver in examples 2020-12-14 14:10:29 -05:00
Tim Griesser 36503f7bd1
chore: @tgriesser/schemats for simpler DB output in ghost example (#633) 2020-11-18 12:51:23 -05:00
Tim Griesser 2bceeb915f
chore: Bumping deps & adding scripts for running examples (#530) 2020-10-03 15:50:56 -04:00
Jason Kuhrt 0ee644b234
feat(deps)!: upgrade to graphql v15 (#486)
closes #410

BREAKING CHANGE:

The graphql peer dep requirement has been bumped to v15.

No graphql v15 exclusive features have been shipped yet. But this update
sets us up to begin that work.

Support for graphql v14 and lower has been dropped. It may technically work
still (the test suite did not show any major reasons why it won't, for
now/currently) but there is no guarantee about that remaining so in the
future. Internally we are only testing against v15. Certain new grpahqljs
v15 features like interfaces being able to implement other interfaces will
be released in the future.

If you absolutely cannot upgrade from graphql v14 right now then stay with
@nexus/schema v15. But if you also really need a new @nexus/schema feature
on v16+ (future) then you can try your luck with it an older version of
graphqljs.
2020-08-07 16:12:15 -04:00
Jason Kuhrt 7d4dba0515 docs: update examples to @nexus/schema 2020-03-30 15:03:06 -04:00
Tim Griesser d878c9d620 Bump local dependencies 2020-02-11 11:59:07 -05:00
Tim Griesser aa9a46fe48 chore(deps): Bump prettier to latest 2019-11-11 14:57:21 -05:00
Tim Griesser 50bf2981e7
feat(epic): 0.12.0 Plugin System and Internal Refactor (#242)
See #242 for a full summary
2019-11-07 16:39:33 -05:00
dependabot[bot] b0848370a8 chore(deps): bump knex from 0.16.3 to 0.19.5 in /examples/ghost (#301)
Bumps [knex](https://github.com/tgriesser/knex) from 0.16.3 to 0.19.5.
- [Release notes](https://github.com/tgriesser/knex/releases)
- [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tgriesser/knex/compare/0.16.3...0.19.5)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-06 10:19:20 -05:00
Brice BERNARD 0a77f622e9 Test examples with CI (#220)
* Update CI config to test examples

* Fix star wars example

* Update yarn.lock of nexus-prisma example

* Fix kitchen-sink example

* Update nexus to beta9 in star wars example

* Upgrade nexus in ts-ast-reader example

* Fix ghost example

* Fix githunt-api example

* Make githunt-api test pass

* Fix nexus-prisma example

* Fix typing in ts-ast-reader

* Use yarn link when nexus deps is already 0.12.0-beta.9

* Remove yarn link from example_ghost

* Make sure generated files are up to date
2019-09-21 16:12:03 -04:00
Tim Griesser 342dccf265 Bumping TypeScript version for development 2019-05-18 18:01:56 -04:00
Tim Griesser 6b3056a787 Upgrade examples dependencies 2019-03-10 13:40:54 -04:00
Tim Griesser 045c35fdab Bump example versions after release 2019-03-07 20:00:08 -05:00
Tim Griesser 3991317383 Update examples 2019-02-22 14:54:10 -05:00
Tim Griesser 9af376746b Bump changelog, examples 2019-02-18 18:06:18 -05:00
Tim Griesser 6ce4af08bb Bump examples 2019-02-15 13:14:38 -05:00
Tim Griesser fbe836a10f Bump examples for 0.9.12 2019-02-15 00:06:45 -05:00
Tim Griesser 18a306ee29 Update examples 2019-02-11 11:49:15 -05:00
Tim Griesser b1003b2fdf Bump version in examples 2019-02-11 09:04:37 -05:00
Tim Griesser 09fcb51b90 Update icons, bump examples 2019-02-05 13:54:24 -05:00
Tim Griesser d482283597 Bump examples 2019-02-03 21:05:45 -05:00
Tim Griesser 87932f785d Add new "ghost" example project (WIP) 2019-02-03 20:44:48 -05:00