0.1.0-alpha.5 • Published 1 year ago

@exogee/graphweaver-example-basic v0.1.0-alpha.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@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