nileio / node-red-contrib-graphql-server

GraphQL and Subscription server implementation for Node-RED
MIT License
10 stars 1 forks source link

add simple examples and schema #7

Closed nileio closed 3 years ago

limengsong commented 3 years ago

@nileio data files How is chinook.sqlite generated? Will the program write it automatically? Or is it written manually in advance?

nileio commented 3 years ago

@limengsong chinook.sqlite is a sqlite database https://github.com/lerocha/chinook-database included with the node as an example. It is inside the examples folder ! I also included a GraphQL schema based on the database. update to the latest node version, then import the example where you will have a note explaining what to do, sample queries, and how to point your sqlite node to the database file location

nileio commented 3 years ago

added new example flow for starwars schema using swapi data