swapi-graphene icon indicating copy to clipboard operation
swapi-graphene copied to clipboard

GraphQL Starwars API using Graphene and Django

Results 7 swapi-graphene issues
Sort by recently updated
recently updated
newest added

Readme includes a button for deploying on Heroku, but clicking it leads to a Heroku error saying: ``` No app.json located in the repo URL provided. Make sure that an...

- pin graphene-django version - fix lib error should be only two backends

* Python version: Python 2.7.12 * Operating System: Ubuntu 16.04 ### Description I ran the commands from the README. The migrate failed, look at the backlog below. When I revert...

When you try and run as query on http://swapi.graphene-python.org/graphql. You get the following message. "message": "(1862, 'Your password has expired. To log in you must change it using a client...

Hello Team, Im trying to get introspective schema on my android client. for that Im using following command. `apollo-codegen download-schema http://swapi.graphene-python.org/--output schema.json` But it returns me following error: `error: Error...

This query: { allSpecies { edges { node { name homeworld { name gravity } } } } } Executes 38 sql queries, looking something like this: (0.001) SELECT COUNT(*)...

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](https://github.com/github/github-graphql-rails-example). Their schema is...