This is a graphql-generator example using the schema at https://graphql.org/graphql/, which wraps the Star Wars API (SWAPI). For a Javascript implementation, see https://github.com/graphql/swapi-graphql
It uses async-http-client to make the web requests and a DataLoader to cache SWAPI responses.
To get started, simply open this directory and build the project:
swift buildRunning the tests will print some example query responses to the console.