Go 21 Oct 2025113 Custom Validation in gqlgen ResolversWhen building a GraphQL API in Golang, one of the go-to packages is gqlgen. This framework is powerful when it … 6 mntRead
Go 20 Oct 2025112 Using the `input` Type for Data Validation112 Using the input Type for Data ValidationData validation is a crucial pillar of modern application … 6 mntRead
Go 19 Oct 2025111 Adding a Mutation to the gqlgen SchemaOne of GraphQL’s great strengths lies in its flexibility and consistency when interacting with an API. … 5 mntRead
Go 18 Oct 2025110 Custom Model Mapping: Connecting Types to Your Own StructsWhen building backend applications or large-scale enterprise systems, we often run into the need to perform … 6 mntRead
Go 17 Oct 2025109 Connecting Resolvers to Database Models109 Connecting Resolvers to Database Models: A Practical Case StudyIn modern software development, integration … 5 mntRead
Go 16 Oct 2025108 Handling Automatic and Manual Resolvers108 Handling Automatic and Manual Resolvers: A Complete Guide for EngineersResolvers are a key component in … 6 mntRead
Go 15 Oct 2025107 Running Code Generation for Resolvers and ModelsIf you build modern applications with GraphQL and TypeScript—say, using a favorite stack like Apollo Server , … 5 mntRead
Go 14 Oct 2025106 Writing a `.graphqls` Schema for gqlgen106 Writing a .graphqls Schema for gqlgen: A Practical GuideUsing gqlgen to build a GraphQL API in Go not only … 5 mntRead
Go 13 Oct 2025105 Ways to Configure `gqlgen.yml` for Customization105 Ways to Configure gqlgen.yml for CustomizationGolang has long been a favorite for backend development … 5 mntRead
Go 12 Oct 2025104 The gqlgen File Structure and How It WorksIf you have ever built a GraphQL backend in Golang, you are surely familiar with gqlgen . This library offers … 6 mntRead
Go 11 Oct 2025103 Initializing gqlgen with `go run github.com/99designs/gqlgen init`103 Initializing gqlgen with go run github.com/99designs/gqlgen initIf you’re exploring GraphQL in the … 5 mntRead
Go 10 Oct 2025102 Setting Up Your First gqlgen ProjectBuilding an effective GraphQL application from scratch has become increasingly easier thanks to the many tools … 5 mntRead