Meldio is an open source GraphQL backend for building delightful mobile and web apps.
See our start building guide for detailed instructions on getting started with Meldio.
This example illustrates how easy it is to create a fully functional GraphQL endpoint with Meldio. With just a simple schema definition, Meldio creates a powerful GraphQL endpoint with support for filtering, ordering, aggregation and paging operations.
Need help? Join our Slack channel
First, you will need to install Meldio following these instructions
Then, install this example from source using the following steps:
git clone https://github.com/meldio/swapi.git
cd swapi
npm install
Start meldio from the swapi
directory with:
meldio run
You will now be able to access the Meldio endpoint on http://localhost:9090/graphql and run through some interesting examples outlined here.
This code is free software, licensed under the MIT license. See the LICENSE
file for more details.