lagenorhynque / fastapi-graphql-example

An example GraphQL API based on FastAPI & Graphene

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fastapi-graphql-example

An example GraphQL API based on FastAPI & Graphene.

Prerequisites

Usage

$ pipenv install
$ pipenv run uvicorn main:app --reload

or

$ pipenv shell
(fastapi-graphql-example)$ uvicorn main:app --reload

and then

$ open http://localhost:8000

About

An example GraphQL API based on FastAPI & Graphene


Languages

Language:Python 100.0%