graphql-python / swapi-graphene

GraphQL Starwars API using Graphene and Django
http://swapi.graphene-python.org
175 stars 36 forks source link

Support for Github GraphQL #9

Open WGierke opened 8 years ago

WGierke commented 8 years ago

Hey everyone, that's a really nice project! Is it possible to query the Github GraphQL API as well? Github already wrote an example for that in Rails. Their schema is defined as JSON and they're requiring a personal access token. Thanks!