Skip to content

asok-mirror/InstaClone_GraphQL_MicroService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL MicroService with Schema Stitching

This a GraphQL based microservice using schema stitching for gateway service created using C# & Python Layered Architecture.

The orginal post is published in medium at

https://medium.com/@asok.kalidass/graphql-schema-stitching

GraphQL Architecture

GraphQL Architecture

Microservice Architecture

Microservice Architecture

Prerequisite

  • dotnet 5 runtime
  • dotnet cli tool
  • python
  • vs code

Run the Services

if needed, setup the Python environment and then change the build scripts to run the app

.\build.bat

this build script should expose the services at the configured port

GraphQL Endpoint Playground

GraphQL query window