Developing GraphQL with FastAPI Run $ uvicorn main:app http://localhost:8000 Test http://localhost:8000/graphql { hello(name: "Adam") }