Share Download code Jump to the code Open in the playground

GraphQL

This examples shows how to handle a GraphQL endpoint to visualize a graph. The GraphQL queries make use of GraphQL Aliases to simplify the convertion flow, but it is not required.

The GraphQL endpoint can be explored here, and is based on a MongoDB + Relay GraphQL server.
The network data is based on the Northwind database: is a sample database used by Microsoft that contains the sales data for Northwind Traders, a fictitious specialty foods export-­import company.
No GraphQL client library is used in this demo, but feel free to check your favourite GraphQL client library.