Skip to content

microwavenby/graphene_testing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small Graphene Test Project

Demo Graphene with SQLAlchemy, SQLite, and Flask.

Get stuff

Install the stuff you'll need:

pip install -r requirements.txt

Try it

In the repo directory, run

> ./app.py

then go to http://localhost:5000/graphql and try some queries in the graphical UI.

Here's an example query you can copy and paste into the GraphiQL query window:

{
  accounts {
    name
    locations {
      name 
      address
    }
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%