Go 29 Jul 202529 Mutations for Updating and Deleting Datatitle: 29 Mutations for Updating and Deleting Data: A Complete Guide with Code Examples subtitle: … 6 mntRead
Go 28 Jul 202528 Building a Resolver to Add a New User28. Building a Resolver to Add a New User: A Complete and Practical GuideResolvers are the heart of a GraphQL … 5 mntRead
Go 27 Jul 202527 Writing Mutation Schemas in GraphQLEver since GraphQL became the darling of API architecture, terms like query, mutation, and subscription have … 6 mntRead
Go 26 Jul 202526 What Is a Mutation and When Should You Use It?title: “26 What Is a Mutation and When Should You Use It?” date: 2024-06-15 author: “Seno … 5 mntRead
Go 25 Jul 202525 Using Interface and Union Types in graphql-goGraphQL offers tremendous flexibility when defining an API schema, especially when dealing with data that can … 6 mntRead
Go 24 Jul 202524 Strategies for Refactoring GraphQL Schemas in Large ProjectsGraphQL has become the new standard for building modern APIs — flexible, easy to consume, and powerful. But as … 5 mntRead
Go 23 Jul 202523 Modularizing Resolver and Schema Files23 Modularizing Resolver and Schema Files: A Structured Approach to Building a GraphQL APIBuilding a GraphQL … 6 mntRead
Go 22 Jul 202522 Building Sub-Schemas Based on Modules22 Building Sub-Schemas Based on Modules: A Practical Guide to Modular Data ArchitectureIn modern application … 5 mntRead
Go 21 Jul 202521 Best Practices for Designing a GraphQL SchemaGraphQL has revolutionized the way we build and consume APIs, offering a level of flexibility that REST … 6 mntRead
Go 20 Jul 202520 Managing Queries with Parameters in graphql-gotitle: 20 Managing Queries with Parameters in graphql-go date: 2024-06-26 author: Faris Azhar tags: [Go, … 5 mntRead
Go 19 Jul 202519 Implementing Resolvers for the `users` Query19 Implementing Resolvers for the users QueryIn this article, I want to take a deep dive into the various ways … 6 mntRead
Go 18 Jul 202518 Defining the `User` Data Type in a GraphQL Schema18 Defining the User Data Type in a GraphQL SchemaIn an era where modern applications build client-server … 6 mntRead