
The Guild's blog
Join our newsletter
Want to hear from us when there's something new?
Sign up and stay up to date!
*By subscribing, you agree with Beehiiv’s Terms of Service and Privacy Policy.
App Deployments General Availability
App deployments are now generally available for all Hive Console organizations.
Hive Router Plugin System
Hive Router v0.0.40 introduces a plugin system that lets you extend and customize the router using native Rust plugins.
Save and Share Insights Filters
Save and share filter views on the Insights page for consistent, repeatable GraphQL API analysis across your team.
Layer 2 Cache for Persisted Documents
Add a distributed cache layer between in-memory cache and CDN for persisted documents.
Account Linking and Invitation-Only OIDC
Link multiple login providers to a single account and restrict OIDC organization access with invitation requirements.
The Guild has acquired Grafbase
We're open sourcing the Grafbase stack and uniting the best GraphQL Federation Routers under Hive Platform.
Introducing the New Laboratory
A redesigned GraphQL laboratory focused on a familiar, editor-driven developer experience.
Find and Clean Up Stale App Deployments
Query app deployments by last usage to identify candidates for retirement.
Schema Checks Show Affected App Deployments
See which app deployments would be impacted by breaking schema changes before deploying.
Proven Schema Designs and Best Practices - Part 2
From a GraphQL Conf 2025 talk -- proven schema design approaches and patterns.
Versioned CDN Artifacts
Retrieve CDN artifacts for specific schema versions using new versioned endpoints.
Enhanced CDN and Gateway Reliability
Major improvements to our CDN infrastructure to ensure higher availability and resilience against outages.
Usage Reporting in Hive Router
Hive Router (Rust) now supports Usage Reporting, allowing you to send operation metrics to Hive Console
Enhanced Schema Change Detection with Directive Support and Input Value Tracking
A major upgrade to change detection, with more accurate severity levels and directive support.
Improved Security and Cost Control in Federation Composition
Stricter validation for authorization and demand controls directives in GraphQL federation schemas.
Supercharge Your Hive Gateway with Rust-Powered Speed
Unleash blazing-fast GraphQL federation with up to 3x performance boost and full audit compatibility.
Invite Member and default OIDC Role Improvements
Select the default assigned resources for an invited user and newly signed-up OIDC users.
Personal and Project Access Tokens
Gain more control over who can issue access tokens with personal and oproject access tokens.
Easier Gradual Schema Migrations with Progressive Overrides
Safer and controlled migrations with Progressive Override that allows gradual schema changes.
Proven Schema Designs and Best Practices - Part 1
From a GraphQL Conf 2025 talk -- proven schema design approaches and patterns.
Documentation Update
Documentation is hard. You have to strike a balance between what's useful and what's excessive; and organize it in a way that is equally clear and easy to search.
Incrementally Exposing a Public GraphQL API with Federation Contracts
Learn how to safely expose a public GraphQL API from a monolith using federation contracts and tags, enabling incremental and controlled schema evolution.
Find unused Types and deprecated Fields via the Hive Console API
You can now automate finding deprecated fields and unused schema parts via the Hive Console GraphQL API.
GraphQL Conf 2025 Recap
Our recap of GraphQL Conf 2025 in Amsterdam: 10 years of GraphQL, new spec release, Hive Router launch, Codegen update, and key community takeaways.
GraphQL Code Generator Major Update, September 2025
GraphQL Code Generator September 2025 update comes with improvements to Federation and normal GraphQL server typing and lots of internal quality-of-life changes.
Hive Gateway v2: Next-Generation GraphQL Federation Features
Discover Hive Gateway v2's next-generation features: enhanced OpenTelemetry integration, advanced structured logging, distributed subscription architecture, and intelligent request deduplication. Built on v1's proven foundation with production feedback-driven improvements.
Monitoring Hive Gateway with OpenTelemetry
Explore the new OpenTelemetry integration for Hive Gateway v2
Schema Proposals Preview
A progress update on a much awaited feature -- Schema Proposals!
Hive Router: A High-Performance GraphQL Federation Gateway
Discover Hive Router, a new high-performance and open-source GraphQL Federation gateway. Built in Rust, it's a production-ready alternative to Apollo Router, offering superior GraphQL gateway performance and full Apollo Federation compatibility.
Launching the Public Hive Console GraphQL API
Hive Console now has an official public API powered by GraphQL
GraphQL Codemod Use Case - Migrating from Apollo Client Generated Hooks to Client Preset
Learn how to migrate from @graphql-codegen/typescript-react-apollo to Client Preset using a codemod. Improve type safety, reduce bundle size, and automate the migration process with ease.
Client Preset SWC plugin is Officially Supported by the SWC Team
Announcing the new home, package name and support from SWC team for the Client Preset SWC plugin.
Input Based Breaking Change Detection
Improvements to Hive's breaking change detection to make it easier and safer to migrate schemas.
Hive Platform Achieves SOC-2 Type II Certification
The certification process involved a thorough review of our security controls and processes, and we are proud to have achieved SOC-2 compliance.
Require Approval for Dangerous Schema Changes
Make schema changes safer with this simple opt-in setting.
Organization-Level Access Tokens for Enhanced Security & Flexibility
Enhance security and access management in GraphQL Hive with organization-level access tokens. Learn about granular permissions, migration from registry access tokens, and upcoming API integrations.
Subgraph Metadata Features
One of the most convincing reasons to use GraphQL that it's self documenting. The `@meta` directive takes this a step further by defining a convenient and type safe way to add key-value metadata to your schema.
New Permission System and Role-based Access Control
We improved the permission system to allow more granular permission assignment including role-based access control on a project level.
Sound.xyz: Scaling GraphQL Infrastructure for Web3 Music Innovation
Building a Unified Financial API: Wealthsimple's Hive Implementation
View Preflight Script Logs While Executing Queries
We've added a logs panel in Laboratory to make debugging and tracking preflight script execution easier.
Customizable Default Roles for OIDC Users
When a new member signs in via OIDC, they'll now be automatically assigned the default role configured by your organization.
Nextra 4 x App Router. What's New and Migration Guide
App Router, Turbopack, Rust search engine Pagefind, RSC i18n, server/client components, compiled by React Compiler, GitHub Alert Syntax, new _meta.global file
Added a Conditional Breaking Change Static Threshold
A minor improvement to our conditional breaking changes behavior that allows changes to be considered breaking based on a minimum number of requests.
Audit Logs
Track actions within your organization.
Preflight Scripts in the Laboratory
Populate headers with environment variables and automate authentication flows for GraphQL requests.
Persisted Documents Support for Apollo Router
App Deployments feature is now available for Apollo Router. Learn how to use and how it can improve your GraphQL API.
Understanding the Differences Between GraphQL and REST API Gateways
What is the difference between GraphQL and REST API Gateway?
Hive Plugin for Apollo-Router now available on Crates.io
We've published the Hive Plugin for Apollo-Router on Crates.io. Learn how to use it in your custom Apollo-Router projects.
Hive Plugin for Apollo Router - Stable v1 Release
The stable build of Apollo Router with Hive plugin is now available. Learn how to integrate it with your Federation projects.
Extending your GraphQL service: Federation or Schema Stitching
A summary of information regarding extending your GraphQL service to use Federation or Schema Stitching.
How to write GraphQL resolvers effectively
Learn GraphQL concepts like resolver map, resolver chain, mappers, defer resolve and use GraphQL Code Generator and Server Preset to write resolvers.
Supercharge Your Supergraph with Hive
Explore API management for Federated GraphQL with Hive. Unlock tools for collaboration, monitoring, and governance to simplify your API architecture.
New Home for Repositories and Docker Images
We've moved repositories and Docker images to the `graphql-hive` organization on GitHub. See what's changed and how to update your setup.
Self-Hosting Hive Made Easier with Versioned Docker Images
We've introduced versioned Docker images for Hive, making it easier to manage and self-host. See where to find the latest updates.
Laboratory Improvements
The laboratory received a new look, tabs support, Query Builder plugin and uses GraphiQL v4 alpha.
Introducing Hive Gateway
Announcing the new GraphQL Federation Gateway that seamlessly integrates with the Hive Schema Registry.
Audit of GraphQL Gateways Supporting Apollo Federation
Set of tests to evaluate and compare the compatibility of different GraphQL gateways with Apollo Federation.
Introducing GraphQL Mesh v1 and Hive Gateway v1
We released Version 1 of GraphQL Mesh and Hive Gateway, enabling flexible, open-source GraphQL Federation with both GraphQL and non-GraphQL sources.
The Guild acquires Stellate
Today we are very pleased to announce that we have acquired Stellate GraphQL CDN - the leading GraphQL Caching solution.
Persisted Documents with App Deployments in Preview
Secure your GraphQL API and reduce upstream traffic by persisting documents through app deployments.
Enhanced OpenID Connect (OIDC) Support
Restrict organization access to OIDC users and improved sign-in flow.
MS Teams Webhooks for Alerts in Hive
MS Teams webhooks to receive alerts and notifications from Hive.
Live Debugging of OpenID Connect Logs
Organization admins can now live debug OpenID Connect logs in the Hive Dashboard.
Building Type-Safe Random GIF Generator with feTS
Building a Random Gif Generator using the Giphy API and feTS, a tool designed to simplify REST API development.
GraphQL Request Cancellation in JavaScript
Learn how to cancel GraphQL requests on the client side and how to handle cancellations on the server side with JavaScript.
Specialized packages for GraphQL Servers & Cloudflare Worker Support
Enhanced integration with GraphQL servers, deprecating `@graphql-hive/client` and adding support for Cloudflare Workers.
Adding Notes to Schema Check Approvals
Give your team more context when approving schema changes by leaving a note.
Introducing Deprecated Schema View
Find and understand the deprecated part of your GraphQL schema
Develop supergraph locally with new dev command in Hive CLI
Replace the subgraph(s) available in the Registry with your local subgraph(s) and compose a Supergraph locally.
Native Apollo Federation v2 by default
Generally available support for Apollo Federation v2 in new projects.
Support for Subscription and Incremental Delivery Usage Reporting (Defer/Stream)
We now allow you to report usage for subscription operations and incremental delivery with the client SDK.
Granular Date Ranger Picker for Insights and Explorer
A improved date range picker for Insights and Explorer that allows for more granular date ranges.
Top affected operations based on conditional breaking change configuration
We now show you the top affected operations and clients based on the conditional breaking change configuration. This allows you to see the impact of your changes before you approve or reject them.
The Guild - Rebranding in open source
The Guild is doing rebranding - The open source way
Upcoming changes to schema composition for Schema Stitching projects
Due to stitching limitations we need to slightly alter the schema composition behaviour for more predictable results.
Schema Contracts for Federation
We added support schema contracts for Federation projects.
Announcing Accounts.js 1.0 Release Candidate
Introducing Accounts.js 1.0 Release Candidate, an end to end authentication and accounts management solution.
Nextra 3 – Your Favourite MDX Framework, Now on 🧪 Steroids
MDX 3, new i18n, new _meta files with JSX support, more powerful TOC, remote MDX, better bundle size, MathJax, new code block styles, shikiji, ESM-only and more
Building Open Source GraphQL Security
Learn how open-source boosts GraphQL security and explore defensive and offensive tools, resources, and best practices to protect your GraphQL APIs.
Introducing Member Roles
Assign roles to members of your organization or create custom roles that fit your team perfectly
Install a specific version of CLI
Users who do not use NPM can now select and install the precise version of CLI that suits their requirements.
Breaking change approval improvements
Approved breaking changes are now remembered in the context of a pull request/branch.
Persist query and variables state for the laboratory GraphiQL playground
Query and variables state is now saved in the browser for the laboratory GraphiQL playground.
New schema checks filters and a GitHub commit link
Select to view only failed schema checks or only schema checks with changes. Click on the GitHub commit link to see the corresponding code changes.
Native Apollo Federation v2 support in Hive!
Gain early access and eliminate the need for you to manage your own schema composition server.
Introducing Unused GraphQL Schema view
Detect unused GraphQL schema elements to safely remove them.
Link GitHub action repository to schema check
A schema check within a project can now be linked to any GitHub action repository.
Open Source composition and validation library for Apollo Federation
Introducing MIT licensed drop-in replacement for the Apollo Federation composition library.
Introducing GraphQL API consumer Insights page
Insights into individual GraphQL consumers and their versions.
Introducing Schema Coordinate Insights page
Insights into individual GraphQL types and fields.
Github check-run includes now project's name
A subtle but important change for Github users. In newly created projects, a check-runs name includes the name of the project.
GraphQLConf 2023 Recap
Explore the highlights of GraphQLConf 2023. Learn about the latest trends in GraphQL, from gateway solutions to composite schemas and innovative projects.
State of GraphQL Gateways in 2023
A six-month journey of researching, benchmarking, exploring and comparing GraphQL gateways and the Federation spec in 2023.
All GraphQL clients and versions in Insights page
TreeMap showcasing various GraphQL clients along with their versions and traffic data
GraphQL Operation Insights page is here
Insights into individual GraphQL operations.
Top 5 operations in Explorer
In the Laboratory, you can now run a query against an actual endpoint
Query actual GraphQL endpoint from Laboratory
In the Laboratory, you can now run a query against an actual endpoint
Hive Summer Update 2023
Learn what is new on GraphQL Hive, we have shipped a lot of new exciting features and improvements.
The complete GraphQL Scalar Guide
Knowing how native and custom GraphQL Scalar works enables building flexible and extendable GraphQL schema.
How Much Are GitHub Stars Worth to You?
Exposing the dark side of GitHub and open source projects
Build a GraphQL server running on Cloudflare Workers.
This course aims to build a practical GraphQL server on Cloudflare Workers using GraphQL Yoga, Pothos, Kysely, etc.
Using @defer Directive with GraphQL Code Generator
Learn how to boost GraphQL performance using the @defer directive and GraphQL Code Generator for deferred fragment field resolution.
Introducing Schema Policy in Hive
New GraphQL-Hive feature for enfocring best-practices and schema-design styles.
Consume OpenAPI in TypeScript Without Code Generation
feTS Client allows you to create an SDK-like client that infers types from an OpenAPI specification document.
Optimize your Bundle Size with SWC and GraphQL Codegen
Optimize your Bundle Size with the SWC plugin for client-preset for GraphQL Code Generator
GraphQL over Internet
HTTP, WebSockets, Server-Sent Events, undergoing standardization and libraries.
Announcing GraphQL Network Inspector
A better way to debug network traffic with GraphQL
GraphQL Cursor Pagination with PostgreSQL
An SQL based approach for understanding and implementing GraphQL Cursor Pagination.
GraphQL Hive - Improvements in Schema Registry
GraphQL Hive announces new and improved schema registry model with improved workflow and user experience. Access to old model will end soon, switch recommended.
How we shipped CDN access tokens with Cloudflare Workers and R2
Learn how we are using Cloudflare Workers to provide highly available access tokens for the Hive schema artifacts CDN.
On-Demand Shared GraphQL Subscriptions with RxJS
Trigger on-demand expensive subscriptions and share results between multiple subscribers
Flutter GraphQL | The Guild
Brick is an open source package that provides offline support for GraphQL in Flutter
Nextra 2 – Next.js Static Site Generator
Here are what the new version of Nextra 2 Framework includes.
Scalable APIs with GraphQL Server Codegen Preset
Structuring GraphQL server the right way enables many teams to work in harmony while minimising runtime risks.
Build realtime GraphQL backends with Grafbase
Build collaborative, multiplayer apps faster and easier than ever with GraphQL Live Queries using Grafbase.
GraphQL-ESLint v3.14 - What's New?
The best GraphQL linter becomes even better! Check out what we added in the new version.
GraphQXL - The Missing GraphQL Language Extension?
GraphQXL, a new language for building big and scalable GraphQL server-side schemas
GraphQL Yoga NestJS integration now supports NestJS v9 and Yoga v3
A new version of @graphql-yoga/nestjs with NestJS v9 support is out!
Announcing GraphQL Yoga v3
The new version of GraphQL Yoga is out! Learn what has improved and what is new!
How ClickHouse helps us track billions of GraphQL requests monthly
Learn how ClickHouse enabled GraphQL Hive to scale from millions to billions of requests monthly.
Announcing free SSO (Single Sign On) for GraphQL Hive
Link your GraphQL Hive Organization to your OAuth OIDC provider of choice.
Getting the Best of TypeScript and GraphQL: Union Types
The combination of TypeScript and GraphQL can be very powerful. Both TypeScript and GraphQL support the concept of discriminated unions.
Building Slack Bot with Cloudflare Workers
The Guild Internal toolL - GitHub Slack bot reminder in Cloudflare Workers
Announcing self-hosted GraphQL Hive
Host your own GraphQL Hive instance. We are happy to announce that we have reached the milestone of making it easy to host their own instance of GraphQL Hive.
Improved Security with GraphQL Armor support for Yoga Server 2
Bringing security by default to GraphQL and Yoga Server.
JavaScript runs everywhere, so should your servers - here is how
A new way to make any Javascript server platform-agnostic.
Unleash the power of Fragments with GraphQL Codegen
The most important parts of Relay are the concepts of building and scaling applications, let's show how you can use these patterns in your existing projects.
Bringing the best GraphQL experience to Svelte
It's time to unveil a massive effort by the KitQL and Houdini maintainers to join forces!
Building GraphQL Servers in 2022
In this talk we'll learn about the tools needed to build your own GraphQL server from scratch using GraphQL Yoga.
Announcing GraphQL Hive, the complete GraphQL API manager
We are incredibly excited to share with you today the public launch of GraphQL Hive!
Announcing GraphQL Yoga 2.0!
Fully-featured GraphQL Server with focus on easy setup, performance and great developer experience
GraphQL error handling to the max with Typescript, codegen and fp-ts
Handle unsafe APIs in a typesafe way with Typescript and Functional Programming.
How not to learn GraphQL
A guide to avoid common learning biases and misconceptions around GraphQL.
The Anatomy of a GraphQL Request
Let's go back to the basics and break down a GraphQL request.
Caching data with DataLoader
How to use DataLoader to cache data in your GraphQL server.
GraphQL Authentication with Envelop and Auth0
Learn how to quickly add authentication to you GraphQL Envelop setup with Auth0.
GraphQL AuthZ - GraphQL Authorization layer
Flexible modern way of adding an authorization layer on top of your existing GraphQL backend systems.
GraphQL Code Generator with TypeScript and Prisma models
How to use Prisma models with GraphQL Code Generator
GraphQL over SSE (Server-Sent Events)
Zero-dependency, HTTP/1 safe, simple, GraphQL over Server-Sent Events Protocol server and client.
GraphQL Response Caching with Envelop
Caching GraphQL endpoints can be tricky. Let's take a look at the theory behind making it possible and learn how to do it with Envelop.
What does it take to support Node.js ESM?
I have worked on all The Guild's libraries and graphql-js to support ESM. Here is how you can do it too.
What's new in GraphQL-Codegen v2?
Human-readable types, improved infrastructure, a new plugin for TypeScript and more!
SwiftGraphQL - A GraphQL client for Swift lovers.
SwiftGraphQL lets you use all the power Swift gives you to query your data. It feels like magic.
GraphQL Tools V8 - Stitch Federation Services
GraphQL Tools - Faster and more flexible Schema Stitching!
Introducing Envelop - The GraphQL Plugin System
A new tool by The Guild: A powerful new way for creating fast, modern and secure GraphQL servers.
Collecting GraphQL Live Query Resource Identifier with GraphQL Tools
GraphQL Tools can help to solve a variety of problems. Lean how it can be used for live queries.
GraphQL with TypeScript done right
How to get the most of React application types with GraphQL Code Generator.
Easy Open Source - Orchestrating the Open Source Contribution Workflow
Sharing our journey of making it easier for people to participate in Open Source.
Subscriptions and Live Queries - Real Time with GraphQL
GraphQL subscriptions are used by many. Let's take a look at both methods for achieving real-time communication with GraphQL.
GraphQL Hive - Manage Your GraphQL API Workflow
Announcing the beta testing program of GraphQL Hive - schema registry for any GraphQL workflow.
A New Year for GraphQL Schema Stitching
2021 is the year to give Schema Stitching a fresh look after its recent renovation
The New GraphQL Modules
GraphQL Modules showed up on NPM almost 3 years ago, but now we decided to rewrite it from scratch.
Add reactivity to an existing source using GraphQL Mesh
How To extend an existing endpoint with subscriptions to bring reactivity to your application.
GraphQL - The Workflow
The Workflow when taking GraphQL from development to production.
GraphQL - The Stack - #3
The GraphQL Stack - Part 3. In this blog looking at more such tools and services which have created a great impact in the GraphQL ecosystem.
GraphQL - The Stack - #2
The GraphQL Stack - Part 2. GraphQL Modules Preset with Codegen since it essentially also splits your types and generates types.
GraphQL - The Stack - #1
The GraphQL Stack - Part 1. Choosing the right tech stack for your use case and building the development workflow which suits you best in this blog.
GraphQL - Use case and Architecture
Architecting for GraphQL and its ecosystem. Looking at how your architecture can look like when working with GraphQL.
GraphQL - Diving Deep
Answering all the questions you may have about GraphQL and its ecosystem.
What's new with Apollo Client v3 and GraphQL Codegen
All the new features GraphQL Codegen adds to your type-system with the new Apollo Client 3.
graphql-let - A Webpack loader for GraphQL Code Generator
graphql-let is a webpack loader of GraphQL code generator.
Introducing: GraphQL Codegen plugin for TypeScript & SWR!
Working with GraphQL, TypeScript and SWR is now much simpler!
GraphQL Tools v7 delivers the next generation GraphQL API Gateway
GraphQL Tools v7 - Brings Schema Stitching to a whole new level thanks to automation and performance enhancements.
The Guild is joining the GraphQL Foundation
Our plans to contribute to the GraphQL Foundation.
What's new in GraphQL CLI 4.1
GraphQL CLI - experience the modern way for developing full-stack GraphQL applications.
Webhooks as GraphQL Subscriptions using GraphQL Mesh
Consume your legacy webhooks and subscriptions from any data source as GraphQL Subscriptions with GraphQL Mesh.
Introducing GraphQL-ESLint!
A new tool by The Guild, for making your GraphQL schema and GraphQL operations more standard and robust!
GraphQL over WebSockets
Coherent, zero-dependency, lazy, simple, server and client implementation of the new, security first, GraphQL over WebSocket Protocol.
TypedDocumentNode: the next generation of GraphQL and TypeScript
Using GraphQL and Typescript on the client just became a lot easier!
Migrating from Schemaless REST API to GraphQL without writing any code
Migrating to GraphQL from a REST API has never been easier. With tools like GraphQL Mesh you can do it automatically.
GraphQL Tools - next generation schema stitching and new leadership
GraphQL Tools v6 with more tools, improved schema stitching and bug fixes.
Integrating GraphQL Code Generator in your frontend applications
The GraphQL codegen library can generate code for multiple purposes. Make sure you get the most out of it.
Better Type Safety for your GraphQL resolvers with GraphQL Codegen
Type-check your resolvers' implementation in order to find issues in build-time. Simply integrate with your existing TypeScript data models and context types.
New GraphQL Inspector and upcoming features
See what's new and shape the future of GraphQL Inspector together! It's entirely open-sourced!
Schema Change Notifications in GraphQL Inspector
Stay up to date with changes in your GraphQL Schema. Receive notifications on Slack, Discord or even via WebHooks.
Validate GraphQL Schema - Continuous Integration & Delivery Pipeline
Detect breaking changes and identify possible issues in GraphQL API with GraphQL Inspector
Multiple environments and endpoints in GraphQL Inspector
Use different variants of GraphQL schema. Live and running GraphQL API as the source of truth of a schema.
Enable Remote Control in GraphQL Inspector
Intercept schema changes via HTTP and decide which changes are acceptable which are not and all of this through a serverless function.
GraphQL Mesh - Query anything, run anywhere
We are excited to announce GraphQL Mesh. A powerful open source library enabling developers to leverage the power of GraphQL without requiring changes
How to run React E2E tests purely with hooks
How to run React E2E tests purely with hooks. Tested with React-Native and Firebase Test Lab.
GraphQL CLI is back!
Your Swiss Army Knife for the GraphQL ecosystem. Production-ready GraphQL app in seconds.
GraphQL Config - One configuration for all your tools
One configuration for all your tools. A single place to store all your GraphQL configurations for any GraphQL based tool.
GraphQL Scalars 1.0 is out!
More Types, Data Integrity and Strict Validations on GraphQL.
The coolest, most underrated design pattern in React
The coolest, most underrated design pattern in React
I wrote a customizable CSS engine in JavaScript
I wrote a customizable CSS engine in JavaScript. Custom selectors, custom rules and custom events. You determine its behavior.
Optimizing Apollo Operations - GraphQL Code Generator & Relay Compiler
Optimizing your Apollo Operations with GraphQL Code Generator and the Relay Compiler.
Injectable services in React
How they're implemented and their similarities with Angular services.
GraphQL Codegen adds new Apollo-Android and Java plugins
GraphQL Codegen adds a new Apollo-Android and a new Java Backend plugins!
Authentication and Authorization in GraphQL
After a few years of working with GraphQL, we've learned some lessons about GraphQL, and how to authenticate and authorize GraphQL API.
The Guild is taking over maintenance of merge-graphql-schemas
The Guild is taking over maintenance of merge-graphql-schemas, so let's talk about GraphQL Schema management
Manage Circular Imports Hell in GraphQL-Modules
Designing and building modular GraphQL API may not look straight-forward. It is hard to keep a perfect modularity with standalone and encapsulated modules.
How should you pin dependencies and why?
Getting in-depth on making your application updated and safe.
Stencil-Apollo - Stencil meets GraphQL
Stencil-Apollo lets you easily use GraphQL in Web Components.
New encapsulation method for Styled-Components with Babel
Use private class names instead of a dedicated component
GraphQL Code Generator - Hooks support for React Apollo plugin
Use and generate React Hooks with Apollo and Typescript with the new version of GraphQL Code Generator.
WhatsApp Clone - Angular, GraphQL, Apollo, TypeScript and PostgreSQL
An open-source full-stack example app made with Angular 7.2, TypeScript, GraphQL Subscriptions, GraphQL Code Generator, GraphQL Modules, PostgreSQL and TypeORM.
WhatsApp Clone - GraphQL, Apollo, TypeScript and PostgreSQL
Fully functional WhatsApp Clone using React (Hooks+Suspense), GraphQL, Apollo, TypeScript and PostgreSQL
SOFA — The best way to REST (is GraphQL)
Ending the REST vs. GraphQL debate once and for all
Babel plugin and get a performance boost for your React components
Use this magical Babel plugin and get a performance boost for your React components.
Introducing: GraphQL Inspector
Prevent breaking changes. Find broken operations. Get Schema Coverage. Check deprecated usage and type duplicates. All as part of your CI process.
Dependency Injection in GraphQL-Modules
Why did we implement our own Dependency Injection library for GraphQL-Modules?
Scoped Providers in GraphQL-Modules
Understand how scoped providers work in GraphQL-Modules Dependency Injection.
Modular Encapsulation in Large-Scale GraphQL Projects
Why is True Modular Encapsulation So Important in Large-Scale GraphQL Projects? — GraphQL Modules is your savior!
This is how our brain detects shapes
This is how our brain detects shapes. And so shall the computer...
GraphQL TypeScript - w/ GraphQL-Modules and GraphQL-Code-Generator
Writing a GraphQL TypeScript project w/ GraphQL-Modules and GraphQL-Code-Generator.
How I helped improve Angular Console
How I helped improve Angular Console. By doing GraphQL the right way.
Under the hood of React's hooks system
Looking at the implementation and getting to know it inside out.
Authentication with accounts-js & GraphQL Modules
How to implement server-side using accounts-js, GraphQL-Modules and Apollo-Server
Implementing a runtime version of JSX
Learning how to think like a JSX parser and building an AST
Recursive React tree component implementation made easy
The challenges that I've faced and how I solved them.
GraphQL Modules — Feature based GraphQL Modules at scale
Today we are happy to announce that we are open sourcing a framework we've been using for the past couple of months in production, GraphQL Modules!
Getting to know React DOM's event handling system inside out
Getting to know React DOM's event handling system inside out.
This is how I build Babel plug-ins
The basics of AOT compilers and how to write Babel plug-ins.
Getting to know Node's child_process module
How to call git, cpp, sh, etc., from a Node.js script.
How to create a React app out of a Webflow project
How to create a React app out of a Webflow project.
git rebase (not) --interactive
How to build a Node.js script to re-write history. Pre-requisites: Familiarity with git rebase --interactive.
Apollo-Angular 1.2 - using GraphQL in your apps just got a lot easier!
Check what's new in Apollo Angular and how to get the full potential benefits of using Angular + GraphQL + TypeScript combined thanks to GraphQL-Code-Generator
GraphQL Code Generator for Typescript React Apollo
Generate React Apollo Query, Mutation and Subscription components and hook. All completely typed by TypeScript.
GraphQL Code Generator v0.11
Generate React and Angular Apollo Components, Resolver signatures and much more!
Angular CLI + Meteor — No more ejecting Webpack Configuration
Angular CLI + Meteor — No more ejecting Webpack Configuration
React Native and Meteor backend w/o any 3rd party library in 2018
Introduction to new features of client bundler and React Native Meteor Polyfills including OAuth and persistent login session support etc.
Meteor with Webpack — Faster compilation and better source handling
Faster compilation and better source handling. Meteor-Webpack is here as a solution to this kind of problems and lack of features in Meteor's bundler
Meteor Client Bundler — React Native support, handling Meteor imports
Introduction to new features of MCB. Better React Native support, handling Meteor imports etc.
What's new in GraphQL Codegen 0.9.0
The GraphQL Codegen library can generate any code for any language — including type definitions, data models, query builder, resolvers, etc...
Open source FPS with Apollo GraphQL — GeoStrike (Alpha)
A GeoReferenced Multiplayer First-Person Shooter Game.
Introducing GraphQL Code Generator
The True GraphQL-First platform. Generate your backend, frontend, types, resolvers, ORM code and more from your GraphQL schema and documents.
How to create a native add-on using C++
Node.js Advanced — How to create a native add-on using C++
Apollo Angular Version 0.11
New name, AoT support, TypeScript improvements, and Angular 4 readiness
Build a WhatsApp Clone with Ionic 2, Angular 2, and Meteor
Build a WhatsApp Clone with Ionic 2, Angular 2, and Meteor
GraphQL as a best practice for modern Angular apps?
In this post, I'll make the case for why Angular needs a best practice for communicating with the server, and why GraphQL should be that best practice.
Build a WhatsApp clone with Meteor and Ionic — Meteor Platform version
Build a WhatsApp clone using Meteor, Angular, and the Ionic Framework for CSS and mobile components