Go 23 Oct 2025115 Structured Error Handling in gqlgen MutationsIn modern application development, GraphQL has become one of the most important backbones for communication … 6 mntRead
Go 22 Oct 2025114 Building a Global Validation Middleware for InputInput validation is one of the most important parts of application development, especially once an application … 6 mntRead
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