artemis 5.0.2 artemis: ^5.0.2 copied to clipboard
Build dart types from GraphQL schemas and queries (using Introspection Query).
Examples #
This folder contains some examples on how to use artemis.
pokemon #
A simple example, showing Pokémon GraphQL schema generation.
graphqbrainz #
A more complex example, for graphbrainz (a MusicBrainz GraphQL server). Featuring union types, interfaces and custom scalars.
github #
Even simpler example, for GitHub GraphQL API. I didn't commit the schema because it's too big (~3MB), so provide your own if you're running the example.