Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 312 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 312 Bytes

Startup

  • npm i

  • Set neo4j url, user and pw in environment.ts

  • Start server with run npm serve

  • Go to localhost:3333/graphql to use the playground

  • To test ogm type generation, go to app.module.ts and comment in one of the following lines.

  • await generateTypesFromGQLSchema();

  • await ogm.init()