Skip to content

d-exclaimation/fx-graphql-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fx-graphql-kit

Simple GraphQL-API Reusable module / kit with fx, echo, gqlgen, and ent

Stack of libraries and frameworks

  1. fx
  2. gqlgen
  3. echo
  4. ent

What already existed here

  1. Simple GraphQL CRUD handlers
  2. Database connection with PostgreSQL
  3. Database entity code generation and query builder
  4. GraphQL Resolvers
  5. Services to handle logic
  6. Fx lifecycle to handle dependencies injection
  7. Providers and Invokers for fx
func main() {
	fmt.Printf("Thanks for checking this out, %v\n", you)
}