Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 876 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 876 Bytes

Examples

This folder contains some examples on how to use artemis.

A simple example, showing Pokémon GraphQL schema generation.

A more complex example, for graphbrainz (a MusicBrainz GraphQL server). Featuring union types, interfaces and custom scalars.

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: https://github.com/octokit/graphql-schema

This example uses a simple Hasura server (with tables schema defined in this file), as an example of how to use Artemis with subscriptions.