/fx-graphql-kit

Fx GraphQL API Reusable Kit with Gqlgen

Primary LanguageGoApache License 2.0Apache-2.0

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)
}