Skip to content

This repository contains a walkthrough on implementing the Backend-For-Frontend pattern using GraphQL

Notifications You must be signed in to change notification settings

lakindu2002/graph-ql-backend-for-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample GraphQL API To demonstrate a Backend-For-Frontend

  • This repository contains a sample GraphQL API that implements the BFF Pattern.

Resources

  • The /data directory consists of the mock database with a list of users.
  • The /resolvers directory consists of the service layer (business logic) functions that execute query functions for the required conditions.
  • The /schemas/ directory consists of the type declaration for the User along with the declaration of the Queries that invoke the Resolver Functions.

About

This repository contains a walkthrough on implementing the Backend-For-Frontend pattern using GraphQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published