Skip to content

Sheikhharis50/graphql-federation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-federation

Basic Implementation of GraphQL Federation using following libraries

  1. Strawberry - GraphQL API implementation in python.
  2. Django - Python Framwork to build API with ORM.
  3. Apollo Server - To implement federation concept we needed them to communicate between microservices.