Federation support for Graphene following the Apollo Federation specifications. This repository is heavily based on the repo it was forked from... Huge thanks to Preply for setting up the foundations.
git clone https://github.com/ashleykleynhans/runpod-api.git cd runpod-api python3 -m venv venv source venv/bin/activate pip3 install -r requirements.txt ...