Skip to content

Python implementation of a GraphQL playground using the strawberry library.

Notifications You must be signed in to change notification settings

ddirkson/strawberry-garden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strawberry-garden

Python implementation of a GraphQL playground using the strawberry library.

Running the Basic Application With Pipenv

Pipenv has to be installed, that's a given.

In the root directory run:
pipenv install

From the strawberry_garden directory run:
pipenv run uvicorn --reload main:app

An interactive instance of GraphiQL can then be viewed at http://localhost:8000/graphql. The --reload flag will cause uvicorn to automatically pick up any changes you make locally.

About

Python implementation of a GraphQL playground using the strawberry library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages