[UPDATE] StarWars GraphQL example!

if you are familiar with GraphQL , then you are definitely a fan of StarWars too !
You would possibly know that StarWars was used extensively in documentations, tutorials and Facebook specs as an example for GraphQL schema.
There is also a known resource to query starwars data from swapi which is a complete resource. I downloaded all the data of starwars example, and thought to provide an example usage of node-red-contrib-graphql-server
Only few nodes to resolve the whole implementation of the API as presented in the flow example here

Note example and node now uses and depends on the latest features from Node-RED version 1.3.

This is pretty much resolving queries to the GraphQL schema


let me know if you try it or have questions about the node.
cheers

2 Likes