Siddharthblog.siddharth9890.com·Sep 1, 2024Effortless Type-Safe GraphQL SDK Generation with GraphQL SDK GeneratorHello everyone Today, we will discuss one of the most challenging tasks in working with a GraphQL server i.e creating an SDK. The pain often lies in writing .gql files and building corresponding TypeScript types to match the schema. Whenever the sche...DiscussGraphQL
Max Shugarshugar.hashnode.dev·Feb 8, 2024Mocking Magic: Unleashing Frontend Development with Apollo Server Schema MocksIn this blog post, we'll explore the art of mocking Apollo Server Schemas. Adopting a GraphQL-First development strategy is a game-changer for front-end developers. It empowers you to forge ahead with creating UI components and features seamlessly, a...Discuss·64 readsGraphQL
Ian Carsoniancarson.hashnode.dev·Dec 22, 2023GraphQL API in a nutshell.What is GraphQL API. GraphQL was initially developed by Facebook in 2012 and later on Open sourced in 2015. It is a query language for API and a runtime for executing the Queries by using a type system defined for the data. Key aspects of the Graph...DiscussGraphQL Subscriptions
Benoît BouréforGraphBoltblog.graphbolt.dev·Dec 16, 2023What's new in GraphBolt v0.7.0?At GraphBolt, we are on a mission: Pack everything you need to build, test, manage, and observe your AWS AppSync APIs in one single desktop application. Today, we are one step closer to that. We just released a new version of GraphBolt with three ne...Discuss·10 likes·40 readsGraphBolt releasesAppSync
Stefanstefanatwundergraph.hashnode.dev·Mar 27, 202310 GraphQL Developer Tools I Use To Make Building APIs Easier10 GraphQL Dev Tools I Use To Make Building APIs Easier GraphQL has rapidly gained popularity in recent years, and is now used by major companies like Shopify, Pinterest, GitHub, and Twitter for their core businesses. The reason for this widespread a...Discuss·56 readsGraphQL
Benoît BouréforGraphBoltblog.graphbolt.dev·Mar 6, 2023Write Reusable Code for AppSync JavaScript ResolversIntroduction AWS AppSync is a fully managed service that allows developers to build scalable and performant GraphQL APIs. It is also serverless, meaning that you will only pay for what you use. AWS recently introduced support for JavaScript resolvers...Discuss·3 likes·2.7K readsAppSync
Nelson Domingueznelsondominguez.hashnode.dev·Feb 17, 2023Inheritance in GraphQL: When and how to use itThis article is an in-depth guide that walks you through an advanced use case of GraphQL directives. We will go through a hypothetical scenario in which using inheritance during schema development proves to be valuable and when incorporating such a p...Discuss·3 likes·7.3K readsGraphQL
Priti SolankiProcuriousmind.hashnode.dev·Sep 15, 2022Inspecting GraphQL SchemaWhen you are at the task of API integration, you need tools that set you up for a good start. I am exploring the kontent.ai GraphQL library. I forked the collection in Postman and was about to start to write GraphQL queries.Just to realize that I do...Al - Naubit and 1 other are discussing this2 people are discussing thisDiscuss·1 like·187 reads#2Articles1Week Challenge