@exogee/graphweaver-example-basic

0.1.0-alpha.5 • Public • Published

@exogee/graphweaver-example-basic

Example apollo server project that demonstrates @exogee/graphweaver

Set up .env

DATABASE_HOST=
DATABASE_USERNAME=
DATABASE_PASSWORD=
DATABASE_NAME=

Create initial database

CREATE TABLE "user" ("id" bigserial primary key, "name" text not null);

Start demo server

$ pnpm start

Test in Apollo Playground

Readme

Keywords

none

Package Sidebar

Install

npm i @exogee/graphweaver-example-basic

Weekly Downloads

0

Version

0.1.0-alpha.5

License

MIT

Unpacked Size

5.71 kB

Total Files

5

Last publish

Collaborators

  • skeep
  • kevinbrown
  • exogee-kevin