Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 818 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 818 Bytes

GraphQLHub Server Build Status

This powers the server behind GraphQLHub. It's basically:

  • The GraphQL Schemas and fetching code for each API
  • A slightly forked version of GraphiQL

Schemas

TODO

  • Better visual design
  • Add more APIs!
  • Extract the schemas into their own repo, so others can easily drop them into their own projects
  • Use GraphiQL from NPM, not the vendoring thing done now

PRs for anything above would be excellent!