/rickandmorty

Using Ariadne to create GraphQL api mounted on fastapi framework to fetch rickandmorty character schema by name.

Primary LanguagePython

rickandmorty graphql api implementation

Using GraphQL to fetch characters based on name

Installation Requirements

  • Ariadne - pip install ariadne

  • FastAPI - pip install fastapi

Execution