<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>The Guild Blog</title>
    <link>https://the-guild.dev/</link>
    <description>Writing from The Guild on open source, GraphQL, and the craft of long-term software.</description>
    <atom:link href="https://the-guild.dev/feed.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>Custom Authorization Policies with `@policy` in Hive Router</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-09-01-hive-router-policy-directive</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-09-01-hive-router-policy-directive</guid>
      <pubDate>Tue, 01 Sep 2026 00:00:00 GMT</pubDate>
      <description>Hive Router now supports the Federation `@policy` directive, letting a coprocessor decide authorization rules the router can&amp;apos;t evaluate on its own.</description>
    </item>
    <item>
      <title>Federation Contexts in Native Composition</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-08-31-federation-context</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-08-31-federation-context</guid>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
      <description>Use `@context` and `@fromContext` to pass data to nested fields without exposing extra arguments</description>
    </item>
    <item>
      <title>Check App Deployments Persisted Document Manifests Before Publishing</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-08-28-check-app-operations-before-publishing</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-08-28-check-app-operations-before-publishing</guid>
      <pubDate>Fri, 28 Aug 2026 00:00:00 GMT</pubDate>
      <description>Validate persisted operations against your latest schema in pull-request CI without creating an App Deployment.</description>
    </item>
    <item>
      <title>From Ruby Monolith to Federation: How Reverb Runs GraphQL with Hive</title>
      <link>https://the-guild.dev/graphql/hive/case-studies/reverb</link>
      <guid>https://the-guild.dev/graphql/hive/case-studies/reverb</guid>
      <pubDate>Thu, 27 Aug 2026 00:00:00 GMT</pubDate>
      <description>Reverb, the world&amp;apos;s largest online marketplace for musical instruments, migrated a decade-old GraphQL stack to a federated supergraph — query by query, with zero client disruption — using Hive Gateway and The Guild&amp;apos;s open source tooling.</description>
    </item>
    <item>
      <title>Improved Schema Checks in GitHub Merge Queues</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-08-19-github-merge-queue-schema-checks</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-08-19-github-merge-queue-schema-checks</guid>
      <pubDate>Wed, 19 Aug 2026 00:00:00 GMT</pubDate>
      <description>Hive schema checks can now compare a merge queue entry against its base commit, isolating the schema changes introduced by the current pull request.</description>
    </item>
    <item>
      <title>Apollo Persisted Query Manifests in Hive CLI</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-08-19-apollo-persisted-query-manifests</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-08-19-apollo-persisted-query-manifests</guid>
      <pubDate>Wed, 19 Aug 2026 00:00:00 GMT</pubDate>
      <description>Create Hive App Deployments directly from Apollo persisted query manifest files without converting them to another format.</description>
    </item>
    <item>
      <title>WebSocket Connection Multiplexing in Hive Router</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-08-12-hive-router-websocket-multiplexing</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-08-12-hive-router-websocket-multiplexing</guid>
      <pubDate>Thu, 13 Aug 2026 00:00:00 GMT</pubDate>
      <description>Hive Router now multiplexes subscriptions over shared, pooled WebSocket connections to subgraphs instead of opening one connection per subscription, and can optionally route queries and mutations over that same pool.</description>
    </item>
    <item>
      <title>Automate User and Group Provisioning with SCIM</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-08-11-scim-provisioning</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-08-11-scim-provisioning</guid>
      <pubDate>Wed, 29 Jul 2026 00:00:00 GMT</pubDate>
      <description>Provision users and groups from your identity provider and manage their Hive access through group-based role mappings.</description>
    </item>
    <item>
      <title>Subgraph Error Masking in Hive Router</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-07-26-hive-router-subgraph-error-masking</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-07-26-hive-router-subgraph-error-masking</guid>
      <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
      <description>Hive Router now masks subgraph errors by default, preventing internal details from leaking to clients while keeping the original errors in your logs and traces.</description>
    </item>
    <item>
      <title>Logging in Hive Router</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-07-26-hive-router-logging</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-07-26-hive-router-logging</guid>
      <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
      <description>Hive Router now emits a single structured summary per request, correlates every log line with a request ID and trace ID, and lets you filter or mute individual subsystems.</description>
    </item>
    <item>
      <title>Get Notified When Your GraphQL API Misbehaves with Metric Alerts</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-07-24-metric-alerts</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-07-24-metric-alerts</guid>
      <pubDate>Fri, 24 Jul 2026 00:00:00 GMT</pubDate>
      <description>Watch traffic, error rate, and latency on any target and get paged in Slack, MS Teams, or a webhook the moment a threshold breaches.</description>
    </item>
    <item>
      <title>How Buffer Built Its Public GraphQL API on Top of Its Internal Schema</title>
      <link>https://the-guild.dev/graphql/hive/case-studies/buffer</link>
      <guid>https://the-guild.dev/graphql/hive/case-studies/buffer</guid>
      <pubDate>Wed, 22 Jul 2026 00:00:00 GMT</pubDate>
      <description>Buffer is a social media workspace that lets you plan, publish, and analyze posts and comments across 10+ social networks. After closing its public REST API back in 2019, Buffer has been rebuilding its public offering on GraphQL.</description>
    </item>
    <item>
      <title>Hive Console Adds Native @oneOf Support</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-07-20-one-of-support</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-07-20-one-of-support</guid>
      <pubDate>Mon, 20 Jul 2026 00:00:00 GMT</pubDate>
      <description>Hive adds oneOf directive support added natively to Hive schema composition. No composeDirective required!</description>
    </item>
    <item>
      <title>Propagate Subgraph Extensions in Hive Router</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-06-30-hive-router-response-extensions</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-06-30-hive-router-response-extensions</guid>
      <pubDate>Tue, 30 Jun 2026 00:00:00 GMT</pubDate>
      <description>Hive Router can now forward the `extensions` returned by your subgraphs to the final client response, with control over which keys propagate and how values from multiple subgraphs are merged.</description>
    </item>
    <item>
      <title>Demand Control in Hive Router</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-06-15-hive-router-demand-control</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-06-15-hive-router-demand-control</guid>
      <pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate>
      <description>Hive Router now protects your federated graph from expensive operations with cost-based demand control, enforcing per-operation and per-subgraph budgets before execution.</description>
    </item>
    <item>
      <title>Schema Promotions and Rollbacks</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-06-01-schema-version-promotions-and-rollbacks</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-06-01-schema-version-promotions-and-rollbacks</guid>
      <pubDate>Mon, 01 Jun 2026 00:00:00 GMT</pubDate>
      <description>Hive Console now supports schema version promotions and rollbacks through a new CLI command, enabling safer multi-environment workflows, fast production rollbacks, and improved visibility into subgraph-level changes.</description>
    </item>
    <item>
      <title>Circuit Breakers in Hive Router</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-06-01-hive-router-circuit-breakers</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-06-01-hive-router-circuit-breakers</guid>
      <pubDate>Mon, 01 Jun 2026 00:00:00 GMT</pubDate>
      <description>Hive Router now ships with a built-in circuit breaker for subgraph execution that fails fast on unhealthy subgraphs, with global and per-subgraph configuration, OpenTelemetry metrics, and tracing.</description>
    </item>
    <item>
      <title>Object Storage Backends in Hive Router</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-05-20-hive-router-storage-backends</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-05-20-hive-router-storage-backends</guid>
      <pubDate>Tue, 26 May 2026 00:00:00 GMT</pubDate>
      <description>Hive Router can now load the supergraph schema and the persisted documents manifest directly from Amazon S3 or any S3-compatible service (Cloudflare R2, MinIO, LocalStack, and more).</description>
    </item>
    <item>
      <title>Coprocessors in Hive Router</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-04-29-hive-router-coprocessors</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-04-29-hive-router-coprocessors</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <description>Coprocessors are now available in Hive Router - external HTTP services that can inspect, mutate, and short-circuit requests at multiple router and GraphQL lifecycle stages.</description>
    </item>
    <item>
      <title>TLS, mTLS and HTTP/2 Support in Hive Router</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-04-30-hive-router-tls-and-http2</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-04-30-hive-router-tls-and-http2</guid>
      <pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate>
      <description>Hive Router has the first-class TLS and mTLS support for both inbound and outbound connections, alongside end-to-end HTTP/2 with optional h2c for subgraph traffic.</description>
    </item>
    <item>
      <title>GraphQL Codegen Update, April 2026 - Operations and Client Preset v6</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-codegen-client-v6-202604</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-codegen-client-v6-202604</guid>
      <pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate>
      <description>GraphQL Codegen April 2026 update brings fundamental changes to how client types work, resulting in less generated code, better type correctness and defaults, fewer dependencies, and simpler setup.</description>
    </item>
    <item>
      <title>Persisted Documents in Hive Router</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-04-17-hive-router-persisted-documents</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-04-17-hive-router-persisted-documents</guid>
      <pubDate>Fri, 17 Apr 2026 00:00:00 GMT</pubDate>
      <description>Persisted documents in Hive Router with configurable ID selectors, file and Hive CDN storage, and allowlist enforcement options.</description>
    </item>
    <item>
      <title>OpenTelemetry Tracing and Prometheus Metrics in Hive Router</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-04-15-hive-router-opentelemetry-tracing-metrics</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-04-15-hive-router-opentelemetry-tracing-metrics</guid>
      <pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate>
      <description>Hive Router now supports production-ready OpenTelemetry tracing and metrics, including OTLP export and Prometheus scraping.</description>
    </item>
    <item>
      <title>Federated GraphQL Subscriptions in Hive Router</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-04-14-hive-router-subscriptions</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-04-14-hive-router-subscriptions</guid>
      <pubDate>Tue, 14 Apr 2026 00:00:00 GMT</pubDate>
      <description>Hive Router now supports federated GraphQL subscriptions with full protocol coverage - SSE, WebSockets, Multipart HTTP, Incremental Delivery, and HTTP Callback.</description>
    </item>
    <item>
      <title>How trivago Brought Order to APIs with GraphQL Mesh</title>
      <link>https://the-guild.dev/graphql/hive/case-studies/trivago</link>
      <guid>https://the-guild.dev/graphql/hive/case-studies/trivago</guid>
      <pubDate>Fri, 27 Mar 2026 00:00:00 GMT</pubDate>
      <description>As trivago scaled its internal systems, fragmented APIs made it difficult to build and maintain tools, leading to the adoption of a GraphQL gateway to unify data access across services.</description>
    </item>
    <item>
      <title>Automatic Token Expiration for Enhanced Security</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-03-26-token-expiration</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-03-26-token-expiration</guid>
      <pubDate>Fri, 27 Mar 2026 00:00:00 GMT</pubDate>
      <description>All of Hive&amp;apos;s access tokens can now be expired automatically to enhance your security posture</description>
    </item>
    <item>
      <title>How Hemnet Migrated Its GraphQL Backend Without Anyone Noticing</title>
      <link>https://the-guild.dev/graphql/hive/case-studies/hemnet</link>
      <guid>https://the-guild.dev/graphql/hive/case-studies/hemnet</guid>
      <pubDate>Thu, 19 Mar 2026 00:00:00 GMT</pubDate>
      <description>Hemnet is Sweden’s largest property platform, serving millions of users who browse, save, and search through real estate listings every day. Behind the scenes, a GraphQL API handles the bulk of these interactions, powering everything from listing pages and search results to user accounts and saved properties.</description>
    </item>
    <item>
      <title>Hive Router Plugin System</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-03-05-hive-router-plugin-system</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-03-05-hive-router-plugin-system</guid>
      <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
      <description>Hive Router v0.0.40 introduces a plugin system that lets you extend and customize the router using native Rust plugins.</description>
    </item>
    <item>
      <title>App Deployments General Availability</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-03-05-app-deployments</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-03-05-app-deployments</guid>
      <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
      <description>App deployments are now generally available for all Hive Console organizations.</description>
    </item>
    <item>
      <title>Save and Share Insights Filters</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-02-26-insights-filters</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-02-26-insights-filters</guid>
      <pubDate>Thu, 26 Feb 2026 00:00:00 GMT</pubDate>
      <description>Save and share filter views on the Insights page for consistent, repeatable GraphQL API analysis across your team.</description>
    </item>
    <item>
      <title>Layer 2 Cache for Persisted Documents</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-02-12-persisted-documents-l2-cache</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-02-12-persisted-documents-l2-cache</guid>
      <pubDate>Thu, 12 Feb 2026 00:00:00 GMT</pubDate>
      <description>Add a distributed cache layer between in-memory cache and CDN for persisted documents.</description>
    </item>
    <item>
      <title>Account Linking and Invitation-Only OIDC</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-02-11-account-linking-and-invitation-only-oidc</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-02-11-account-linking-and-invitation-only-oidc</guid>
      <pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate>
      <description>Link multiple login providers to a single account and restrict OIDC organization access with invitation requirements.</description>
    </item>
    <item>
      <title>The Guild has acquired Grafbase</title>
      <link>https://the-guild.dev/graphql/hive/blog/acquired-grafbase</link>
      <guid>https://the-guild.dev/graphql/hive/blog/acquired-grafbase</guid>
      <pubDate>Tue, 10 Feb 2026 00:00:00 GMT</pubDate>
      <description>We&amp;apos;re open sourcing the Grafbase stack and uniting the best GraphQL Federation Routers under Hive Platform.</description>
    </item>
    <item>
      <title>Introducing the New Laboratory</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-01-28-new-laboratory</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2026-01-28-new-laboratory</guid>
      <pubDate>Wed, 28 Jan 2026 00:00:00 GMT</pubDate>
      <description>A redesigned GraphQL laboratory focused on a familiar, editor-driven developer experience.</description>
    </item>
    <item>
      <title>Schema Checks Show Affected App Deployments</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-12-10-schema-checks-affected-app-deployments</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2025-12-10-schema-checks-affected-app-deployments</guid>
      <pubDate>Tue, 20 Jan 2026 00:00:00 GMT</pubDate>
      <description>See which app deployments would be impacted by breaking schema changes before deploying.</description>
    </item>
    <item>
      <title>Find and Clean Up Stale App Deployments</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-12-09-stale-app-deployments</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2025-12-09-stale-app-deployments</guid>
      <pubDate>Tue, 20 Jan 2026 00:00:00 GMT</pubDate>
      <description>Query app deployments by last usage to identify candidates for retirement.</description>
    </item>
    <item>
      <title>Proven Schema Designs and Best Practices - Part 2</title>
      <link>https://the-guild.dev/graphql/hive/blog/schema-design-best-practices-part-2</link>
      <guid>https://the-guild.dev/graphql/hive/blog/schema-design-best-practices-part-2</guid>
      <pubDate>Mon, 05 Jan 2026 00:00:00 GMT</pubDate>
      <description>From a GraphQL Conf 2025 talk -- proven schema design approaches and patterns.</description>
    </item>
    <item>
      <title>Versioned CDN Artifacts</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-12-09-versioned-cdn-artifacts</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2025-12-09-versioned-cdn-artifacts</guid>
      <pubDate>Thu, 11 Dec 2025 00:00:00 GMT</pubDate>
      <description>Retrieve CDN artifacts for specific schema versions using new versioned endpoints.</description>
    </item>
    <item>
      <title>Enhanced CDN and Gateway Reliability</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-12-04-cdn-mirror-and-circuit-breaker</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2025-12-04-cdn-mirror-and-circuit-breaker</guid>
      <pubDate>Fri, 05 Dec 2025 00:00:00 GMT</pubDate>
      <description>Major improvements to our CDN infrastructure to ensure higher availability and resilience against outages.</description>
    </item>
    <item>
      <title>Usage Reporting in Hive Router</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-11-28-hive-router-usage-reporting</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2025-11-28-hive-router-usage-reporting</guid>
      <pubDate>Fri, 28 Nov 2025 00:00:00 GMT</pubDate>
      <description>Hive Router (Rust) now supports Usage Reporting, allowing you to send operation metrics to Hive Console</description>
    </item>
    <item>
      <title>Enhanced Schema Change Detection with Directive Support and Input Value Tracking</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-11-27-change-detection-upgrade</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2025-11-27-change-detection-upgrade</guid>
      <pubDate>Thu, 27 Nov 2025 00:00:00 GMT</pubDate>
      <description>A major upgrade to change detection, with more accurate severity levels and directive support.</description>
    </item>
    <item>
      <title>Improved Security and Cost Control in Federation Composition</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-11-21-auth-and-demand-control-directive-update</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2025-11-21-auth-and-demand-control-directive-update</guid>
      <pubDate>Mon, 24 Nov 2025 00:00:00 GMT</pubDate>
      <description>Stricter validation for authorization and demand controls directives in GraphQL federation schemas.</description>
    </item>
    <item>
      <title>Supercharge Your Hive Gateway with Rust-Powered Speed</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-11-17-hive-gateway-rust-query-planner</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2025-11-17-hive-gateway-rust-query-planner</guid>
      <pubDate>Mon, 17 Nov 2025 00:00:00 GMT</pubDate>
      <description>Unleash blazing-fast GraphQL federation with up to 3x performance boost and full audit compatibility.</description>
    </item>
    <item>
      <title>Invite Member and default OIDC Role Improvements</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-11-14-membership-invite-default-role</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2025-11-14-membership-invite-default-role</guid>
      <pubDate>Fri, 14 Nov 2025 00:00:00 GMT</pubDate>
      <description>Select the default assigned resources for an invited user and newly signed-up OIDC users.</description>
    </item>
    <item>
      <title>Personal and Project Access Tokens</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-11-07-personal-and-project-access-tokens</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2025-11-07-personal-and-project-access-tokens</guid>
      <pubDate>Fri, 07 Nov 2025 00:00:00 GMT</pubDate>
      <description>Gain more control over who can issue access tokens with personal and oproject access tokens.</description>
    </item>
    <item>
      <title>Easier Gradual Schema Migrations with Progressive Overrides</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-10-29-progressive-override</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2025-10-29-progressive-override</guid>
      <pubDate>Wed, 29 Oct 2025 00:00:00 GMT</pubDate>
      <description>Safer and controlled migrations with Progressive Override that allows gradual schema changes.</description>
    </item>
    <item>
      <title>Proven Schema Designs and Best Practices - Part 1</title>
      <link>https://the-guild.dev/graphql/hive/blog/schema-design-best-practices-part-1</link>
      <guid>https://the-guild.dev/graphql/hive/blog/schema-design-best-practices-part-1</guid>
      <pubDate>Mon, 06 Oct 2025 00:00:00 GMT</pubDate>
      <description>From a GraphQL Conf 2025 talk -- proven schema design approaches and patterns.</description>
    </item>
    <item>
      <title>Documentation Update</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-10-01-docs</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2025-10-01-docs</guid>
      <pubDate>Wed, 01 Oct 2025 00:00:00 GMT</pubDate>
      <description>Documentation is hard. You have to strike a balance between what&amp;apos;s useful and what&amp;apos;s excessive; and organize it in a way that is equally clear and easy to search.</description>
    </item>
    <item>
      <title>Incrementally Exposing a Public GraphQL API with Federation Contracts</title>
      <link>https://the-guild.dev/graphql/hive/blog/public-graphql-schema-federation-contracts</link>
      <guid>https://the-guild.dev/graphql/hive/blog/public-graphql-schema-federation-contracts</guid>
      <pubDate>Mon, 22 Sep 2025 00:00:00 GMT</pubDate>
      <description>Learn how to safely expose a public GraphQL API from a monolith using federation contracts and tags, enabling incremental and controlled schema evolution.</description>
    </item>
    <item>
      <title>Find unused Types and deprecated Fields via the Hive Console API</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-09-15-unused-deprecated-schema-graphql-api</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2025-09-15-unused-deprecated-schema-graphql-api</guid>
      <pubDate>Mon, 15 Sep 2025 00:00:00 GMT</pubDate>
      <description>You can now automate finding deprecated fields and unused schema parts via the Hive Console GraphQL API.</description>
    </item>
    <item>
      <title>GraphQL Conf 2025 Recap</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-conf-2025-recap</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-conf-2025-recap</guid>
      <pubDate>Thu, 11 Sep 2025 00:00:00 GMT</pubDate>
      <description>Our recap of GraphQL Conf 2025 in Amsterdam: 10 years of GraphQL, new spec release, Hive Router launch, Codegen update, and key community takeaways.</description>
    </item>
    <item>
      <title>GraphQL Code Generator Major Update, September 2025</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-code-generator-update-202509</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-code-generator-update-202509</guid>
      <pubDate>Sun, 07 Sep 2025 00:00:00 GMT</pubDate>
      <description>GraphQL Code Generator September 2025 update comes with improvements to Federation and normal GraphQL server typing and lots of internal quality-of-life changes.</description>
    </item>
    <item>
      <title>Monitoring Hive Gateway with OpenTelemetry</title>
      <link>https://the-guild.dev/graphql/hive/blog/opentelemetry-gateway-v2</link>
      <guid>https://the-guild.dev/graphql/hive/blog/opentelemetry-gateway-v2</guid>
      <pubDate>Thu, 04 Sep 2025 00:00:00 GMT</pubDate>
      <description>Explore the new OpenTelemetry integration for Hive Gateway v2</description>
    </item>
    <item>
      <title>Hive Gateway v2: Next-Generation GraphQL Federation Features</title>
      <link>https://the-guild.dev/graphql/hive/blog/hive-gateway-v2</link>
      <guid>https://the-guild.dev/graphql/hive/blog/hive-gateway-v2</guid>
      <pubDate>Thu, 04 Sep 2025 00:00:00 GMT</pubDate>
      <description>Discover Hive Gateway v2&amp;apos;s next-generation features: enhanced OpenTelemetry integration, advanced structured logging, distributed subscription architecture, and intelligent request deduplication. Built on v1&amp;apos;s proven foundation with production feedback-driven improvements.</description>
    </item>
    <item>
      <title>Schema Proposals Preview</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-09-03-schema-proposals</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2025-09-03-schema-proposals</guid>
      <pubDate>Wed, 03 Sep 2025 00:00:00 GMT</pubDate>
      <description>A progress update on a much awaited feature -- Schema Proposals!</description>
    </item>
    <item>
      <title>Hive Router: A High-Performance GraphQL Federation Gateway</title>
      <link>https://the-guild.dev/graphql/hive/blog/welcome-hive-router</link>
      <guid>https://the-guild.dev/graphql/hive/blog/welcome-hive-router</guid>
      <pubDate>Tue, 02 Sep 2025 00:00:00 GMT</pubDate>
      <description>Discover Hive Router, a new high-performance and open-source GraphQL Federation gateway. Built in Rust, it&amp;apos;s a production-ready alternative to Apollo Router, offering superior GraphQL gateway performance and full Apollo Federation compatibility.</description>
    </item>
    <item>
      <title>Launching the Public Hive Console GraphQL API</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-08-10-public-graphql-api</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2025-08-10-public-graphql-api</guid>
      <pubDate>Sun, 10 Aug 2025 00:00:00 GMT</pubDate>
      <description>Hive Console now has an official public API powered by GraphQL</description>
    </item>
    <item>
      <title>GraphQL Codemod Use Case - Migrating from Apollo Client Generated Hooks to Client Preset</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-codemod-use-case-migrating-from-apollo-client-generated-hooks-to-client-preset</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-codemod-use-case-migrating-from-apollo-client-generated-hooks-to-client-preset</guid>
      <pubDate>Fri, 01 Aug 2025 00:00:00 GMT</pubDate>
      <description>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.</description>
    </item>
    <item>
      <title>Client Preset SWC plugin is Officially Supported by the SWC Team</title>
      <link>https://the-guild.dev/graphql/hive/blog/client-preset-swc-plugin-supported-by-swc-team</link>
      <guid>https://the-guild.dev/graphql/hive/blog/client-preset-swc-plugin-supported-by-swc-team</guid>
      <pubDate>Sat, 19 Jul 2025 00:00:00 GMT</pubDate>
      <description>Announcing the new home, package name and support from SWC team for the Client Preset SWC plugin.</description>
    </item>
    <item>
      <title>Input Based Breaking Change Detection</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-05-20-advanced-breaking-changes</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2025-05-20-advanced-breaking-changes</guid>
      <pubDate>Tue, 20 May 2025 00:00:00 GMT</pubDate>
      <description>Improvements to Hive&amp;apos;s breaking change detection to make it easier and safer to migrate schemas.</description>
    </item>
    <item>
      <title>Hive Platform Achieves SOC-2 Type II Certification</title>
      <link>https://the-guild.dev/graphql/hive/blog/hive-platform-achieves-soc2-certification</link>
      <guid>https://the-guild.dev/graphql/hive/blog/hive-platform-achieves-soc2-certification</guid>
      <pubDate>Tue, 25 Mar 2025 00:00:00 GMT</pubDate>
      <description>The certification process involved a thorough review of our security controls and processes, and we are proud to have achieved SOC-2 compliance.</description>
    </item>
    <item>
      <title>Require Approval for Dangerous Schema Changes</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-03-20-dangerous-change-approval</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2025-03-20-dangerous-change-approval</guid>
      <pubDate>Thu, 20 Mar 2025 00:00:00 GMT</pubDate>
      <description>Make schema changes safer with this simple opt-in setting.</description>
    </item>
    <item>
      <title>Organization-Level Access Tokens for Enhanced Security &amp;amp; Flexibility</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-03-10-new-access-tokens</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2025-03-10-new-access-tokens</guid>
      <pubDate>Mon, 10 Mar 2025 00:00:00 GMT</pubDate>
      <description>Enhance security and access management in Hive Console with organization-level access tokens. Learn about granular permissions, migration from registry access tokens, and upcoming API integrations.</description>
    </item>
    <item>
      <title>Subgraph Metadata Features</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-03-08-metadata</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2025-03-08-metadata</guid>
      <pubDate>Sat, 08 Mar 2025 00:00:00 GMT</pubDate>
      <description>One of the most convincing reasons to use GraphQL that it&amp;apos;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.</description>
    </item>
    <item>
      <title>New Permission System and Role-based Access Control</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-01-30-new-permission-system</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2025-01-30-new-permission-system</guid>
      <pubDate>Thu, 30 Jan 2025 00:00:00 GMT</pubDate>
      <description>We improved the permission system to allow more granular permission assignment including role-based access control on a project level.</description>
    </item>
    <item>
      <title>Building a Unified Financial API: Wealthsimple&amp;apos;s Hive Implementation</title>
      <link>https://the-guild.dev/graphql/hive/case-studies/wealthsimple</link>
      <guid>https://the-guild.dev/graphql/hive/case-studies/wealthsimple</guid>
      <pubDate>Mon, 27 Jan 2025 00:00:00 GMT</pubDate>
      <description>As the company scaled, the need for a robust, flexible, and efficient API architecture became paramount, leading to the adoption of GraphQL with Hive as their central API management solution.</description>
    </item>
    <item>
      <title>Sound.xyz: Scaling GraphQL Infrastructure for Web3 Music Innovation</title>
      <link>https://the-guild.dev/graphql/hive/case-studies/sound-xyz</link>
      <guid>https://the-guild.dev/graphql/hive/case-studies/sound-xyz</guid>
      <pubDate>Mon, 27 Jan 2025 00:00:00 GMT</pubDate>
      <description>Sound.xyz is revolutionizing the music industry by addressing two critical challenges: the concentration of streaming revenue among top artists and the inadequate compensation per stream.</description>
    </item>
    <item>
      <title>View Preflight Script Logs While Executing Queries</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-01-22-laboratory-preflight-logs</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2025-01-22-laboratory-preflight-logs</guid>
      <pubDate>Wed, 22 Jan 2025 00:00:00 GMT</pubDate>
      <description>We&amp;apos;ve added a logs panel in Laboratory to make debugging and tracking preflight script execution easier.</description>
    </item>
    <item>
      <title>Customizable Default Roles for OIDC Users</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-01-16-oidc-default-roles</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2025-01-16-oidc-default-roles</guid>
      <pubDate>Thu, 16 Jan 2025 00:00:00 GMT</pubDate>
      <description>When a new member signs in via OIDC, they&amp;apos;ll now be automatically assigned the default role configured by your organization.</description>
    </item>
    <item>
      <title>Nextra 4 x App Router. What's New and Migration Guide</title>
      <link>https://the-guild.dev/blog/nextra-4</link>
      <guid>https://the-guild.dev/blog/nextra-4</guid>
      <pubDate>Mon, 13 Jan 2025 00:00:00 GMT</pubDate>
      <description>App Router, Turbopack, Rust search engine Pagefind, RSC i18n, server/client components, compiled by React Compiler, GitHub Alert Syntax, new _meta.global file</description>
    </item>
    <item>
      <title>Added a Conditional Breaking Change Static Threshold</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-01-10-static-breaking-change-threshold</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2025-01-10-static-breaking-change-threshold</guid>
      <pubDate>Fri, 10 Jan 2025 00:00:00 GMT</pubDate>
      <description>A minor improvement to our conditional breaking changes behavior that allows changes to be considered breaking based on a minimum number of requests.</description>
    </item>
    <item>
      <title>Preflight Scripts in the Laboratory</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-12-27-preflight-script</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2024-12-27-preflight-script</guid>
      <pubDate>Fri, 27 Dec 2024 00:00:00 GMT</pubDate>
      <description>Populate headers with environment variables and automate authentication flows for GraphQL requests.</description>
    </item>
    <item>
      <title>Audit Logs</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-12-27-audit-logs</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2024-12-27-audit-logs</guid>
      <pubDate>Fri, 27 Dec 2024 00:00:00 GMT</pubDate>
      <description>Track actions within your organization.</description>
    </item>
    <item>
      <title>Persisted Documents Support for Apollo Router</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-12-16-apollo-router-app-deployments</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2024-12-16-apollo-router-app-deployments</guid>
      <pubDate>Mon, 16 Dec 2024 00:00:00 GMT</pubDate>
      <description>App Deployments feature is now available for Apollo Router. Learn how to use and how it can improve your GraphQL API.</description>
    </item>
    <item>
      <title>Understanding the Differences Between GraphQL and REST API Gateways</title>
      <link>https://the-guild.dev/graphql/hive/blog/understanding-the-differences-between-graphql-and-rest-api-gateways</link>
      <guid>https://the-guild.dev/graphql/hive/blog/understanding-the-differences-between-graphql-and-rest-api-gateways</guid>
      <pubDate>Tue, 03 Dec 2024 00:00:00 GMT</pubDate>
      <description>What is the difference between GraphQL and REST API Gateway?</description>
    </item>
    <item>
      <title>Hive Plugin for Apollo-Router now available on Crates.io</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-11-20-hive-plugin-apollo-router-crate</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2024-11-20-hive-plugin-apollo-router-crate</guid>
      <pubDate>Wed, 20 Nov 2024 00:00:00 GMT</pubDate>
      <description>We&amp;apos;ve published the Hive Plugin for Apollo-Router on Crates.io. Learn how to use it in your custom Apollo-Router projects.</description>
    </item>
    <item>
      <title>Hive Plugin for Apollo Router - Stable v1 Release</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-11-19-apollo-router-hive-versioning</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2024-11-19-apollo-router-hive-versioning</guid>
      <pubDate>Tue, 19 Nov 2024 00:00:00 GMT</pubDate>
      <description>The stable build of Apollo Router with Hive plugin is now available. Learn how to integrate it with your Federation projects.</description>
    </item>
    <item>
      <title>Extending your GraphQL service: Federation or Schema Stitching</title>
      <link>https://the-guild.dev/graphql/hive/blog/extending-your-graphql-service</link>
      <guid>https://the-guild.dev/graphql/hive/blog/extending-your-graphql-service</guid>
      <pubDate>Mon, 18 Nov 2024 00:00:00 GMT</pubDate>
      <description>A summary of information regarding extending your GraphQL service to use Federation or Schema Stitching.</description>
    </item>
    <item>
      <title>How to write GraphQL resolvers effectively</title>
      <link>https://the-guild.dev/graphql/hive/blog/how-to-write-graphql-resolvers-effectively</link>
      <guid>https://the-guild.dev/graphql/hive/blog/how-to-write-graphql-resolvers-effectively</guid>
      <pubDate>Mon, 04 Nov 2024 00:00:00 GMT</pubDate>
      <description>Learn GraphQL concepts like resolver map, resolver chain, mappers, defer resolve and use GraphQL Code Generator and Server Preset to write resolvers.</description>
    </item>
    <item>
      <title>Supercharge Your Supergraph with Hive</title>
      <link>https://the-guild.dev/graphql/hive/blog/supercharge-your-subgraph-with-hive</link>
      <guid>https://the-guild.dev/graphql/hive/blog/supercharge-your-subgraph-with-hive</guid>
      <pubDate>Wed, 30 Oct 2024 00:00:00 GMT</pubDate>
      <description>Explore API management for Federated GraphQL with Hive. Unlock tools for collaboration, monitoring, and governance to simplify your API architecture.</description>
    </item>
    <item>
      <title>Self-Hosting Hive Made Easier with Versioned Docker Images</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-10-29-versioning-for-self-hosters</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2024-10-29-versioning-for-self-hosters</guid>
      <pubDate>Tue, 29 Oct 2024 00:00:00 GMT</pubDate>
      <description>We&amp;apos;ve introduced versioned Docker images for Hive, making it easier to manage and self-host. See where to find the latest updates.</description>
    </item>
    <item>
      <title>New Home for Repositories and Docker Images</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-10-29-new-home</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2024-10-29-new-home</guid>
      <pubDate>Tue, 29 Oct 2024 00:00:00 GMT</pubDate>
      <description>We&amp;apos;ve moved repositories and Docker images to the `graphql-hive` organization on GitHub. See what&amp;apos;s changed and how to update your setup.</description>
    </item>
    <item>
      <title>Laboratory Improvements</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-10-11-laboratory-improvements</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2024-10-11-laboratory-improvements</guid>
      <pubDate>Fri, 11 Oct 2024 00:00:00 GMT</pubDate>
      <description>The laboratory received a new look, tabs support, Query Builder plugin and uses GraphiQL v4 alpha.</description>
    </item>
    <item>
      <title>Introducing Hive Gateway</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-09-09-hive-gateway</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2024-09-09-hive-gateway</guid>
      <pubDate>Tue, 10 Sep 2024 00:00:00 GMT</pubDate>
      <description>Announcing the new GraphQL Federation Gateway that seamlessly integrates with the Hive Schema Registry.</description>
    </item>
    <item>
      <title>The Guild acquires Stellate</title>
      <link>https://the-guild.dev/graphql/hive/blog/stellate-acquisition</link>
      <guid>https://the-guild.dev/graphql/hive/blog/stellate-acquisition</guid>
      <pubDate>Tue, 10 Sep 2024 00:00:00 GMT</pubDate>
      <description>Today we are very pleased to announce that we have acquired Stellate GraphQL CDN - the leading GraphQL Caching solution.</description>
    </item>
    <item>
      <title>Introducing GraphQL Mesh v1 and Hive Gateway v1</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-mesh-v1-hive-gateway-v1</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-mesh-v1-hive-gateway-v1</guid>
      <pubDate>Tue, 10 Sep 2024 00:00:00 GMT</pubDate>
      <description>We released Version 1 of GraphQL Mesh and Hive Gateway, enabling flexible, open-source GraphQL Federation with both GraphQL and non-GraphQL sources.</description>
    </item>
    <item>
      <title>Audit of GraphQL Gateways Supporting Apollo Federation</title>
      <link>https://the-guild.dev/graphql/hive/blog/federation-gateway-audit</link>
      <guid>https://the-guild.dev/graphql/hive/blog/federation-gateway-audit</guid>
      <pubDate>Tue, 10 Sep 2024 00:00:00 GMT</pubDate>
      <description>Set of tests to evaluate and compare the compatibility of different GraphQL gateways with Apollo Federation.</description>
    </item>
    <item>
      <title>Persisted Documents with App Deployments in Preview</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-07-30-persisted-documents-app-deployments-preview</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2024-07-30-persisted-documents-app-deployments-preview</guid>
      <pubDate>Tue, 30 Jul 2024 00:00:00 GMT</pubDate>
      <description>Secure your GraphQL API and reduce upstream traffic by persisting documents through app deployments.</description>
    </item>
    <item>
      <title>Enhanced OpenID Connect (OIDC) Support</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-07-17-oidc-improvements</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2024-07-17-oidc-improvements</guid>
      <pubDate>Wed, 17 Jul 2024 00:00:00 GMT</pubDate>
      <description>Restrict organization access to OIDC users and improved sign-in flow.</description>
    </item>
    <item>
      <title>MS Teams Webhooks for Alerts in Hive</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-06-14-ms-teams-webhooks-alerts</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2024-06-14-ms-teams-webhooks-alerts</guid>
      <pubDate>Fri, 14 Jun 2024 00:00:00 GMT</pubDate>
      <description>MS Teams webhooks to receive alerts and notifications from Hive.</description>
    </item>
    <item>
      <title>Live Debugging of OpenID Connect Logs</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-05-10-openid-connect-logs</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2024-05-10-openid-connect-logs</guid>
      <pubDate>Fri, 10 May 2024 00:00:00 GMT</pubDate>
      <description>Organization admins can now live debug OpenID Connect logs in the Hive Dashboard.</description>
    </item>
    <item>
      <title>Building Type-Safe Random GIF Generator with feTS</title>
      <link>https://the-guild.dev/blog/building-random-gif-generator-with-fets-and-giphy</link>
      <guid>https://the-guild.dev/blog/building-random-gif-generator-with-fets-and-giphy</guid>
      <pubDate>Thu, 02 May 2024 00:00:00 GMT</pubDate>
      <description>Building a Random Gif Generator using the Giphy API and feTS, a tool designed to simplify REST API development.</description>
    </item>
    <item>
      <title>GraphQL Request Cancellation in JavaScript</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-request-cancellation</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-request-cancellation</guid>
      <pubDate>Mon, 29 Apr 2024 00:00:00 GMT</pubDate>
      <description>Learn how to cancel GraphQL requests on the client side and how to handle cancellations on the server side with JavaScript.</description>
    </item>
    <item>
      <title>Specialized packages for GraphQL Servers &amp;amp; Cloudflare Worker Support</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-04-23-graphql-server-integrations-workers-support</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2024-04-23-graphql-server-integrations-workers-support</guid>
      <pubDate>Tue, 23 Apr 2024 00:00:00 GMT</pubDate>
      <description>Enhanced integration with GraphQL servers, deprecating `@graphql-hive/client` and adding support for Cloudflare Workers.</description>
    </item>
    <item>
      <title>Introducing Deprecated Schema View</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-04-09-deprecated-schema-view</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2024-04-09-deprecated-schema-view</guid>
      <pubDate>Tue, 09 Apr 2024 00:00:00 GMT</pubDate>
      <description>Find and understand the deprecated part of your GraphQL schema</description>
    </item>
    <item>
      <title>Adding Notes to Schema Check Approvals</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-04-09-approval-comment</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2024-04-09-approval-comment</guid>
      <pubDate>Tue, 09 Apr 2024 00:00:00 GMT</pubDate>
      <description>Give your team more context when approving schema changes by leaving a note.</description>
    </item>
    <item>
      <title>Native Apollo Federation v2 by default</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-04-04-native-federation-v2-support</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2024-04-04-native-federation-v2-support</guid>
      <pubDate>Thu, 04 Apr 2024 00:00:00 GMT</pubDate>
      <description>Generally available support for Apollo Federation v2 in new projects.</description>
    </item>
    <item>
      <title>Develop supergraph locally with new dev command in Hive CLI</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-04-04-hive-dev-command</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2024-04-04-hive-dev-command</guid>
      <pubDate>Thu, 04 Apr 2024 00:00:00 GMT</pubDate>
      <description>Replace the subgraph(s) available in the Registry with your local subgraph(s) and compose a Supergraph locally.</description>
    </item>
    <item>
      <title>Support for Subscription and Incremental Delivery Usage Reporting (Defer/Stream)</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-03-26-subscription-defer-stream-usage-reporting</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2024-03-26-subscription-defer-stream-usage-reporting</guid>
      <pubDate>Tue, 26 Mar 2024 00:00:00 GMT</pubDate>
      <description>We now allow you to report usage for subscription operations and incremental delivery with the client SDK.</description>
    </item>
    <item>
      <title>Granular Date Ranger Picker for Insights and Explorer</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-03-20-new-date-range-picker</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2024-03-20-new-date-range-picker</guid>
      <pubDate>Wed, 20 Mar 2024 00:00:00 GMT</pubDate>
      <description>A improved date range picker for Insights and Explorer that allows for more granular date ranges.</description>
    </item>
    <item>
      <title>Top affected operations based on conditional breaking change configuration</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-02-26-schema-check-top-affected-operations</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2024-02-26-schema-check-top-affected-operations</guid>
      <pubDate>Mon, 26 Feb 2024 00:00:00 GMT</pubDate>
      <description>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.</description>
    </item>
    <item>
      <title>The Guild - Rebranding in open source</title>
      <link>https://the-guild.dev/blog/rebranding-in-open-source</link>
      <guid>https://the-guild.dev/blog/rebranding-in-open-source</guid>
      <pubDate>Sat, 24 Feb 2024 00:00:00 GMT</pubDate>
      <description>The Guild is doing rebranding - The open source way</description>
    </item>
    <item>
      <title>Upcoming changes to schema composition for Schema Stitching projects</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-02-08-upcoming-stitching-project-changes</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2024-02-08-upcoming-stitching-project-changes</guid>
      <pubDate>Thu, 08 Feb 2024 00:00:00 GMT</pubDate>
      <description>Due to stitching limitations we need to slightly alter the schema composition behaviour for more predictable results.</description>
    </item>
    <item>
      <title>Schema Contracts for Federation</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-02-06-schema-contracts-for-federation</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2024-02-06-schema-contracts-for-federation</guid>
      <pubDate>Tue, 06 Feb 2024 00:00:00 GMT</pubDate>
      <description>We added support schema contracts for Federation projects.</description>
    </item>
    <item>
      <title>Announcing Accounts.js 1.0 Release Candidate</title>
      <link>https://the-guild.dev/graphql/hive/blog/accounts.js-1.0-rc</link>
      <guid>https://the-guild.dev/graphql/hive/blog/accounts.js-1.0-rc</guid>
      <pubDate>Mon, 08 Jan 2024 00:00:00 GMT</pubDate>
      <description>Introducing Accounts.js 1.0 Release Candidate, an end to end authentication and accounts management solution.</description>
    </item>
    <item>
      <title>Nextra 3 – Your Favourite MDX Framework, Now on 🧪 Steroids</title>
      <link>https://the-guild.dev/blog/nextra-3</link>
      <guid>https://the-guild.dev/blog/nextra-3</guid>
      <pubDate>Tue, 12 Dec 2023 00:00:00 GMT</pubDate>
      <description>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</description>
    </item>
    <item>
      <title>Building Open Source GraphQL Security</title>
      <link>https://the-guild.dev/graphql/hive/blog/open-source-graphql-security</link>
      <guid>https://the-guild.dev/graphql/hive/blog/open-source-graphql-security</guid>
      <pubDate>Fri, 08 Dec 2023 00:00:00 GMT</pubDate>
      <description>Learn how open-source boosts GraphQL security and explore defensive and offensive tools, resources, and best practices to protect your GraphQL APIs.</description>
    </item>
    <item>
      <title>Introducing Member Roles</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-12-05-member-roles</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2023-12-05-member-roles</guid>
      <pubDate>Tue, 05 Dec 2023 00:00:00 GMT</pubDate>
      <description>Assign roles to members of your organization or create custom roles that fit your team perfectly</description>
    </item>
    <item>
      <title>Install a specific version of CLI</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-11-24-non-npm-cli-version-selection</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2023-11-24-non-npm-cli-version-selection</guid>
      <pubDate>Fri, 24 Nov 2023 00:00:00 GMT</pubDate>
      <description>Users who do not use NPM can now select and install the precise version of CLI that suits their requirements.</description>
    </item>
    <item>
      <title>Breaking change approval improvements</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-11-16-schema-check-breaking-change-approval-context</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2023-11-16-schema-check-breaking-change-approval-context</guid>
      <pubDate>Thu, 16 Nov 2023 00:00:00 GMT</pubDate>
      <description>Approved breaking changes are now remembered in the context of a pull request/branch.</description>
    </item>
    <item>
      <title>Persist query and variables state for the laboratory GraphiQL playground</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-11-27-laboratory-persist-state</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2023-11-27-laboratory-persist-state</guid>
      <pubDate>Fri, 10 Nov 2023 00:00:00 GMT</pubDate>
      <description>Query and variables state is now saved in the browser for the laboratory GraphiQL playground.</description>
    </item>
    <item>
      <title>New schema checks filters and a GitHub commit link</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-11-02-schema-checks-updates</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2023-11-02-schema-checks-updates</guid>
      <pubDate>Thu, 02 Nov 2023 00:00:00 GMT</pubDate>
      <description>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.</description>
    </item>
    <item>
      <title>Native Apollo Federation v2 support in Hive!</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-10-10-native-federation-2</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2023-10-10-native-federation-2</guid>
      <pubDate>Tue, 10 Oct 2023 00:00:00 GMT</pubDate>
      <description>Gain early access and eliminate the need for you to manage your own schema composition server.</description>
    </item>
    <item>
      <title>Introducing Unused GraphQL Schema view</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-10-09-unused-schema-view</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2023-10-09-unused-schema-view</guid>
      <pubDate>Mon, 09 Oct 2023 00:00:00 GMT</pubDate>
      <description>Detect unused GraphQL schema elements to safely remove them.</description>
    </item>
    <item>
      <title>Link GitHub action repository to schema check</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-10-05-link-github-action-repository-to-schema-check</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2023-10-05-link-github-action-repository-to-schema-check</guid>
      <pubDate>Thu, 05 Oct 2023 00:00:00 GMT</pubDate>
      <description>A schema check within a project can now be linked to any GitHub action repository.</description>
    </item>
    <item>
      <title>Open Source composition and validation library for Apollo Federation</title>
      <link>https://the-guild.dev/graphql/hive/blog/open-source-apollo-federation</link>
      <guid>https://the-guild.dev/graphql/hive/blog/open-source-apollo-federation</guid>
      <pubDate>Thu, 05 Oct 2023 00:00:00 GMT</pubDate>
      <description>Introducing MIT licensed drop-in replacement for the Apollo Federation composition library.</description>
    </item>
    <item>
      <title>Introducing GraphQL API consumer Insights page</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-09-28-introducing-graphql-api-consumer-insights-page</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2023-09-28-introducing-graphql-api-consumer-insights-page</guid>
      <pubDate>Thu, 28 Sep 2023 00:00:00 GMT</pubDate>
      <description>Insights into individual GraphQL consumers and their versions.</description>
    </item>
    <item>
      <title>Introducing Schema Coordinate Insights page</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-09-27-introducing-schema-coordinate-insights-page</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2023-09-27-introducing-schema-coordinate-insights-page</guid>
      <pubDate>Wed, 27 Sep 2023 00:00:00 GMT</pubDate>
      <description>Insights into individual GraphQL types and fields.</description>
    </item>
    <item>
      <title>Github check-run includes now project&amp;apos;s name</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-09-26-github-check-run-includes-project-name</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2023-09-26-github-check-run-includes-project-name</guid>
      <pubDate>Tue, 26 Sep 2023 00:00:00 GMT</pubDate>
      <description>A subtle but important change for Github users. In newly created projects, a check-runs name includes the name of the project.</description>
    </item>
    <item>
      <title>GraphQLConf 2023 Recap</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphqlconf-2023-recap</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphqlconf-2023-recap</guid>
      <pubDate>Mon, 25 Sep 2023 00:00:00 GMT</pubDate>
      <description>Explore the highlights of GraphQLConf 2023. Learn about the latest trends in GraphQL, from gateway solutions to composite schemas and innovative projects.</description>
    </item>
    <item>
      <title>State of GraphQL Gateways in 2023</title>
      <link>https://the-guild.dev/graphql/hive/blog/state-of-graphql-gateways-in-2023</link>
      <guid>https://the-guild.dev/graphql/hive/blog/state-of-graphql-gateways-in-2023</guid>
      <pubDate>Thu, 14 Sep 2023 00:00:00 GMT</pubDate>
      <description>A six-month journey of researching, benchmarking, exploring and comparing GraphQL gateways and the Federation spec in 2023.</description>
    </item>
    <item>
      <title>All GraphQL clients and versions in Insights page</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-08-30-all-graphql-clients-and-versions-in-insights-page</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2023-08-30-all-graphql-clients-and-versions-in-insights-page</guid>
      <pubDate>Wed, 30 Aug 2023 00:00:00 GMT</pubDate>
      <description>TreeMap showcasing various GraphQL clients along with their versions and traffic data</description>
    </item>
    <item>
      <title>Top 5 operations in Explorer</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-08-18-top-5-operations-in-explorer-page</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2023-08-18-top-5-operations-in-explorer-page</guid>
      <pubDate>Fri, 18 Aug 2023 00:00:00 GMT</pubDate>
      <description>In the Laboratory, you can now run a query against an actual endpoint</description>
    </item>
    <item>
      <title>GraphQL Operation Insights page is here</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-08-18-graphql-operation-insights-page</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2023-08-18-graphql-operation-insights-page</guid>
      <pubDate>Fri, 18 Aug 2023 00:00:00 GMT</pubDate>
      <description>Insights into individual GraphQL operations.</description>
    </item>
    <item>
      <title>Query actual GraphQL endpoint from Laboratory</title>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-07-28-query-actual-graphql-endpoint-from-laboratory</link>
      <guid>https://the-guild.dev/graphql/hive/product-updates/2023-07-28-query-actual-graphql-endpoint-from-laboratory</guid>
      <pubDate>Fri, 28 Jul 2023 00:00:00 GMT</pubDate>
      <description>In the Laboratory, you can now run a query against an actual endpoint</description>
    </item>
    <item>
      <title>Hive Summer Update 2023</title>
      <link>https://the-guild.dev/graphql/hive/blog/hive-summer-update-2023</link>
      <guid>https://the-guild.dev/graphql/hive/blog/hive-summer-update-2023</guid>
      <pubDate>Thu, 20 Jul 2023 00:00:00 GMT</pubDate>
      <description>Learn what is new on Hive Console, we have shipped a lot of new exciting features and improvements.</description>
    </item>
    <item>
      <title>The complete GraphQL Scalar Guide</title>
      <link>https://the-guild.dev/graphql/hive/blog/the-complete-graphql-scalar-guide</link>
      <guid>https://the-guild.dev/graphql/hive/blog/the-complete-graphql-scalar-guide</guid>
      <pubDate>Tue, 27 Jun 2023 00:00:00 GMT</pubDate>
      <description>Knowing how native and custom GraphQL Scalar works enables building flexible and extendable GraphQL schema.</description>
    </item>
    <item>
      <title>How Much Are GitHub Stars Worth to You?</title>
      <link>https://the-guild.dev/blog/judging-open-source-by-github-stars</link>
      <guid>https://the-guild.dev/blog/judging-open-source-by-github-stars</guid>
      <pubDate>Thu, 01 Jun 2023 00:00:00 GMT</pubDate>
      <description>Exposing the dark side of GitHub and open source projects</description>
    </item>
    <item>
      <title>Build a GraphQL server running on Cloudflare Workers.</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-yoga-worker</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-yoga-worker</guid>
      <pubDate>Wed, 31 May 2023 00:00:00 GMT</pubDate>
      <description>This course aims to build a practical GraphQL server on Cloudflare Workers using GraphQL Yoga, Pothos, Kysely, etc.</description>
    </item>
    <item>
      <title>Using @defer Directive with GraphQL Code Generator</title>
      <link>https://the-guild.dev/graphql/hive/blog/defer-support-codegen</link>
      <guid>https://the-guild.dev/graphql/hive/blog/defer-support-codegen</guid>
      <pubDate>Wed, 24 May 2023 00:00:00 GMT</pubDate>
      <description>Learn how to boost GraphQL performance using the @defer directive and GraphQL Code Generator for deferred fragment field resolution.</description>
    </item>
    <item>
      <title>Introducing Schema Policy in Hive</title>
      <link>https://the-guild.dev/graphql/hive/blog/hive-introducing-schema-policy</link>
      <guid>https://the-guild.dev/graphql/hive/blog/hive-introducing-schema-policy</guid>
      <pubDate>Tue, 16 May 2023 00:00:00 GMT</pubDate>
      <description>New GraphQL-Hive feature for enfocring best-practices and schema-design styles.</description>
    </item>
    <item>
      <title>Consume OpenAPI in TypeScript Without Code Generation</title>
      <link>https://the-guild.dev/blog/announcing-fets-client</link>
      <guid>https://the-guild.dev/blog/announcing-fets-client</guid>
      <pubDate>Mon, 24 Apr 2023 00:00:00 GMT</pubDate>
      <description>feTS Client allows you to create an SDK-like client that infers types from an OpenAPI specification document.</description>
    </item>
    <item>
      <title>Optimize your Bundle Size with SWC and GraphQL Codegen</title>
      <link>https://the-guild.dev/graphql/hive/blog/optimize-bundle-size-with-swc-and-graphql-codegen</link>
      <guid>https://the-guild.dev/graphql/hive/blog/optimize-bundle-size-with-swc-and-graphql-codegen</guid>
      <pubDate>Tue, 18 Apr 2023 00:00:00 GMT</pubDate>
      <description>Optimize your Bundle Size with the SWC plugin for client-preset for GraphQL Code Generator</description>
    </item>
    <item>
      <title>GraphQL over Internet</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-over-internet</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-over-internet</guid>
      <pubDate>Thu, 06 Apr 2023 00:00:00 GMT</pubDate>
      <description>HTTP, WebSockets, Server-Sent Events, undergoing standardization and libraries.</description>
    </item>
    <item>
      <title>Announcing GraphQL Network Inspector</title>
      <link>https://the-guild.dev/graphql/hive/blog/announcing-graphql-network-inspector</link>
      <guid>https://the-guild.dev/graphql/hive/blog/announcing-graphql-network-inspector</guid>
      <pubDate>Wed, 22 Feb 2023 00:00:00 GMT</pubDate>
      <description>A better way to debug network traffic with GraphQL</description>
    </item>
    <item>
      <title>GraphQL Cursor Pagination with PostgreSQL</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-cursor-pagination-with-postgresql</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-cursor-pagination-with-postgresql</guid>
      <pubDate>Wed, 15 Feb 2023 00:00:00 GMT</pubDate>
      <description>An SQL based approach for understanding and implementing GraphQL Cursor Pagination.</description>
    </item>
    <item>
      <title>Hive Console - Improvements in Schema Registry</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-hive-improvements-in-schema-registry</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-hive-improvements-in-schema-registry</guid>
      <pubDate>Mon, 06 Feb 2023 00:00:00 GMT</pubDate>
      <description>Hive Console announces new and improved schema registry model with improved workflow and user experience. Access to old model will end soon, switch recommended.</description>
    </item>
    <item>
      <title>How we shipped CDN access tokens with Cloudflare Workers and R2</title>
      <link>https://the-guild.dev/graphql/hive/blog/how-we-shipped-cdn-access-tokens-with-cloudflare-workers-and-r2</link>
      <guid>https://the-guild.dev/graphql/hive/blog/how-we-shipped-cdn-access-tokens-with-cloudflare-workers-and-r2</guid>
      <pubDate>Thu, 02 Feb 2023 00:00:00 GMT</pubDate>
      <description>Learn how we are using Cloudflare Workers to provide highly available access tokens for the Hive schema artifacts CDN.</description>
    </item>
    <item>
      <title>On-Demand Shared GraphQL Subscriptions with RxJS</title>
      <link>https://the-guild.dev/graphql/hive/blog/on-demand-shared-graphql-subscriptions-with-rxjs</link>
      <guid>https://the-guild.dev/graphql/hive/blog/on-demand-shared-graphql-subscriptions-with-rxjs</guid>
      <pubDate>Fri, 27 Jan 2023 00:00:00 GMT</pubDate>
      <description>Trigger on-demand expensive subscriptions and share results between multiple subscribers</description>
    </item>
    <item>
      <title>Flutter GraphQL | The Guild</title>
      <link>https://the-guild.dev/graphql/hive/blog/offline-graphql-the-easy-parts</link>
      <guid>https://the-guild.dev/graphql/hive/blog/offline-graphql-the-easy-parts</guid>
      <pubDate>Wed, 25 Jan 2023 00:00:00 GMT</pubDate>
      <description>Brick is an open source package that provides offline support for GraphQL in Flutter</description>
    </item>
    <item>
      <title>Nextra 2 – Next.js Static Site Generator</title>
      <link>https://the-guild.dev/blog/nextra-2</link>
      <guid>https://the-guild.dev/blog/nextra-2</guid>
      <pubDate>Tue, 24 Jan 2023 00:00:00 GMT</pubDate>
      <description>Here are what the new version of Nextra 2 Framework includes.</description>
    </item>
    <item>
      <title>Scalable APIs with GraphQL Server Codegen Preset</title>
      <link>https://the-guild.dev/graphql/hive/blog/scalable-apis-with-graphql-server-codegen-preset</link>
      <guid>https://the-guild.dev/graphql/hive/blog/scalable-apis-with-graphql-server-codegen-preset</guid>
      <pubDate>Tue, 24 Jan 2023 00:00:00 GMT</pubDate>
      <description>Structuring GraphQL server the right way enables many teams to work in harmony while minimising runtime risks.</description>
    </item>
    <item>
      <title>Build realtime GraphQL backends with Grafbase</title>
      <link>https://the-guild.dev/graphql/hive/blog/build-realtime-graphql-backends-with-grafbase</link>
      <guid>https://the-guild.dev/graphql/hive/blog/build-realtime-graphql-backends-with-grafbase</guid>
      <pubDate>Tue, 17 Jan 2023 00:00:00 GMT</pubDate>
      <description>Build collaborative, multiplayer apps faster and easier than ever with GraphQL Live Queries using Grafbase.</description>
    </item>
    <item>
      <title>GraphQL-ESLint v3.14 - What&amp;apos;s New?</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-eslint-3.14</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-eslint-3.14</guid>
      <pubDate>Wed, 28 Dec 2022 00:00:00 GMT</pubDate>
      <description>The best GraphQL linter becomes even better! Check out what we added in the new version.</description>
    </item>
    <item>
      <title>GraphQXL - The Missing GraphQL Language Extension?</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphqxl-language</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphqxl-language</guid>
      <pubDate>Mon, 12 Dec 2022 00:00:00 GMT</pubDate>
      <description>GraphQXL, a new language for building big and scalable GraphQL server-side schemas</description>
    </item>
    <item>
      <title>GraphQL Yoga NestJS integration now supports NestJS v9 and Yoga v3</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-yoga-nestjs-v9</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-yoga-nestjs-v9</guid>
      <pubDate>Tue, 06 Dec 2022 00:00:00 GMT</pubDate>
      <description>A new version of @graphql-yoga/nestjs with NestJS v9 support is out!</description>
    </item>
    <item>
      <title>Announcing GraphQL Yoga v3</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-yoga-v3</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-yoga-v3</guid>
      <pubDate>Tue, 15 Nov 2022 00:00:00 GMT</pubDate>
      <description>The new version of GraphQL Yoga is out! Learn what has improved and what is new!</description>
    </item>
    <item>
      <title>How ClickHouse helps us track billions of GraphQL requests monthly</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-hive-and-clickhouse</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-hive-and-clickhouse</guid>
      <pubDate>Tue, 08 Nov 2022 00:00:00 GMT</pubDate>
      <description>Learn how ClickHouse enabled Hive Console to scale from millions to billions of requests monthly.</description>
    </item>
    <item>
      <title>Announcing free SSO (Single Sign On) on Hive Console</title>
      <link>https://the-guild.dev/graphql/hive/blog/announcing-free-single-sign-on-for-graphql-hive</link>
      <guid>https://the-guild.dev/graphql/hive/blog/announcing-free-single-sign-on-for-graphql-hive</guid>
      <pubDate>Mon, 07 Nov 2022 00:00:00 GMT</pubDate>
      <description>Link your Hive Console Organization to your OAuth OIDC provider of choice.</description>
    </item>
    <item>
      <title>Getting the Best of TypeScript and GraphQL: Union Types</title>
      <link>https://the-guild.dev/graphql/hive/blog/typescript-graphql-unions-types</link>
      <guid>https://the-guild.dev/graphql/hive/blog/typescript-graphql-unions-types</guid>
      <pubDate>Tue, 18 Oct 2022 00:00:00 GMT</pubDate>
      <description>The combination of TypeScript and GraphQL can be very powerful. Both TypeScript and GraphQL support the concept of discriminated unions.</description>
    </item>
    <item>
      <title>Building Slack Bot with Cloudflare Workers</title>
      <link>https://the-guild.dev/graphql/hive/blog/slack-bot-with-cloudflare</link>
      <guid>https://the-guild.dev/graphql/hive/blog/slack-bot-with-cloudflare</guid>
      <pubDate>Wed, 12 Oct 2022 00:00:00 GMT</pubDate>
      <description>The Guild Internal toolL -  GitHub Slack bot reminder in Cloudflare Workers</description>
    </item>
    <item>
      <title>Announcing self-hosted Hive Console</title>
      <link>https://the-guild.dev/graphql/hive/blog/announcing-self-hosted-graphql-hive</link>
      <guid>https://the-guild.dev/graphql/hive/blog/announcing-self-hosted-graphql-hive</guid>
      <pubDate>Wed, 05 Oct 2022 00:00:00 GMT</pubDate>
      <description>Host your own Hive Console instance. We are happy to announce that we have reached the milestone of making it easy to host their own instance of Hive Console.</description>
    </item>
    <item>
      <title>Improved Security with GraphQL Armor support for Yoga Server 2</title>
      <link>https://the-guild.dev/graphql/hive/blog/improved-security-with-graphql-armor-support-for-yoga-server-2</link>
      <guid>https://the-guild.dev/graphql/hive/blog/improved-security-with-graphql-armor-support-for-yoga-server-2</guid>
      <pubDate>Wed, 24 Aug 2022 00:00:00 GMT</pubDate>
      <description>Bringing security by default to GraphQL and Yoga Server.</description>
    </item>
    <item>
      <title>JavaScript runs everywhere, so should your servers - here is how</title>
      <link>https://the-guild.dev/graphql/hive/blog/fetch-for-servers</link>
      <guid>https://the-guild.dev/graphql/hive/blog/fetch-for-servers</guid>
      <pubDate>Mon, 22 Aug 2022 00:00:00 GMT</pubDate>
      <description>A new way to make any Javascript server platform-agnostic.</description>
    </item>
    <item>
      <title>Unleash the power of Fragments with GraphQL Codegen</title>
      <link>https://the-guild.dev/graphql/hive/blog/unleash-the-power-of-fragments-with-graphql-codegen</link>
      <guid>https://the-guild.dev/graphql/hive/blog/unleash-the-power-of-fragments-with-graphql-codegen</guid>
      <pubDate>Fri, 05 Aug 2022 00:00:00 GMT</pubDate>
      <description>The most important parts of Relay are the concepts of building and scaling applications, let&amp;apos;s show how you can use these patterns in your existing projects.</description>
    </item>
    <item>
      <title>Bringing the best GraphQL experience to Svelte</title>
      <link>https://the-guild.dev/graphql/hive/blog/houdini-and-kitql</link>
      <guid>https://the-guild.dev/graphql/hive/blog/houdini-and-kitql</guid>
      <pubDate>Mon, 04 Jul 2022 00:00:00 GMT</pubDate>
      <description>It&amp;apos;s time to unveil a massive effort by the KitQL and Houdini maintainers to join forces!</description>
    </item>
    <item>
      <title>Building GraphQL Servers in 2022</title>
      <link>https://the-guild.dev/graphql/hive/blog/building-graphql-servers-in-2022</link>
      <guid>https://the-guild.dev/graphql/hive/blog/building-graphql-servers-in-2022</guid>
      <pubDate>Tue, 28 Jun 2022 00:00:00 GMT</pubDate>
      <description>In this talk we&amp;apos;ll learn about the tools needed to build your own GraphQL server from scratch using GraphQL Yoga.</description>
    </item>
    <item>
      <title>Announcing Hive Console, the complete GraphQL API manager</title>
      <link>https://the-guild.dev/graphql/hive/blog/announcing-graphql-hive-release</link>
      <guid>https://the-guild.dev/graphql/hive/blog/announcing-graphql-hive-release</guid>
      <pubDate>Tue, 24 May 2022 00:00:00 GMT</pubDate>
      <description>We are incredibly excited to share with you today the public launch of Hive Console!</description>
    </item>
    <item>
      <title>Announcing GraphQL Yoga 2.0!</title>
      <link>https://the-guild.dev/graphql/hive/blog/announcing-graphql-yoga-v2</link>
      <guid>https://the-guild.dev/graphql/hive/blog/announcing-graphql-yoga-v2</guid>
      <pubDate>Tue, 29 Mar 2022 00:00:00 GMT</pubDate>
      <description>Fully-featured GraphQL Server with focus on easy setup, performance and great developer experience</description>
    </item>
    <item>
      <title>GraphQL error handling to the max with Typescript, codegen and fp-ts</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-error-handling-with-fp</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-error-handling-with-fp</guid>
      <pubDate>Mon, 07 Mar 2022 00:00:00 GMT</pubDate>
      <description>Handle unsafe APIs in a typesafe way with Typescript and Functional Programming.</description>
    </item>
    <item>
      <title>How not to learn GraphQL</title>
      <link>https://the-guild.dev/graphql/hive/blog/how-not-to-learn-graphql</link>
      <guid>https://the-guild.dev/graphql/hive/blog/how-not-to-learn-graphql</guid>
      <pubDate>Mon, 14 Feb 2022 00:00:00 GMT</pubDate>
      <description>A guide to avoid common learning biases and misconceptions around GraphQL.</description>
    </item>
    <item>
      <title>The Anatomy of a GraphQL Request</title>
      <link>https://the-guild.dev/graphql/hive/blog/the-anatomy-of-a-graphql-request</link>
      <guid>https://the-guild.dev/graphql/hive/blog/the-anatomy-of-a-graphql-request</guid>
      <pubDate>Sun, 30 Jan 2022 00:00:00 GMT</pubDate>
      <description>Let&amp;apos;s go back to the basics and break down a GraphQL request.</description>
    </item>
    <item>
      <title>Caching data with DataLoader</title>
      <link>https://the-guild.dev/graphql/hive/blog/caching-data-with-dataloader</link>
      <guid>https://the-guild.dev/graphql/hive/blog/caching-data-with-dataloader</guid>
      <pubDate>Wed, 26 Jan 2022 00:00:00 GMT</pubDate>
      <description>How to use DataLoader to cache data in your GraphQL server.</description>
    </item>
    <item>
      <title>GraphQL Code Generator with TypeScript and Prisma models</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-code-generator-and-prisma</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-code-generator-and-prisma</guid>
      <pubDate>Sun, 19 Dec 2021 00:00:00 GMT</pubDate>
      <description>How to use Prisma models with GraphQL Code Generator</description>
    </item>
    <item>
      <title>GraphQL AuthZ - GraphQL Authorization layer</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-authz</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-authz</guid>
      <pubDate>Sun, 19 Dec 2021 00:00:00 GMT</pubDate>
      <description>Flexible modern way of adding an authorization layer on top of your existing GraphQL backend systems.</description>
    </item>
    <item>
      <title>GraphQL Authentication with Envelop and Auth0</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-authentication-with-envelop-and-auth0</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-authentication-with-envelop-and-auth0</guid>
      <pubDate>Sun, 19 Dec 2021 00:00:00 GMT</pubDate>
      <description>Learn how to quickly add authentication to you GraphQL Envelop setup with Auth0.</description>
    </item>
    <item>
      <title>GraphQL over SSE (Server-Sent Events)</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-over-sse</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-over-sse</guid>
      <pubDate>Wed, 01 Sep 2021 00:00:00 GMT</pubDate>
      <description>Zero-dependency, HTTP/1 safe, simple, GraphQL over Server-Sent Events Protocol server and client.</description>
    </item>
    <item>
      <title>GraphQL Response Caching with Envelop</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-response-caching-with-envelop</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-response-caching-with-envelop</guid>
      <pubDate>Thu, 19 Aug 2021 00:00:00 GMT</pubDate>
      <description>Caching GraphQL endpoints can be tricky. Let&amp;apos;s take a look at the theory behind making it possible and learn how to do it with Envelop.</description>
    </item>
    <item>
      <title>What does it take to support Node.js ESM?</title>
      <link>https://the-guild.dev/blog/support-nodejs-esm</link>
      <guid>https://the-guild.dev/blog/support-nodejs-esm</guid>
      <pubDate>Thu, 12 Aug 2021 00:00:00 GMT</pubDate>
      <description>I have worked on all The Guild's libraries and graphql-js to support ESM. Here is how you can do it too.</description>
    </item>
    <item>
      <title>What&amp;apos;s new in GraphQL-Codegen v2?</title>
      <link>https://the-guild.dev/graphql/hive/blog/whats-new-in-graphql-codegen-v2</link>
      <guid>https://the-guild.dev/graphql/hive/blog/whats-new-in-graphql-codegen-v2</guid>
      <pubDate>Tue, 03 Aug 2021 00:00:00 GMT</pubDate>
      <description>Human-readable types, improved infrastructure, a new plugin for TypeScript and more!</description>
    </item>
    <item>
      <title>SwiftGraphQL - A GraphQL client for Swift lovers.</title>
      <link>https://the-guild.dev/graphql/hive/blog/swift-graphql</link>
      <guid>https://the-guild.dev/graphql/hive/blog/swift-graphql</guid>
      <pubDate>Mon, 02 Aug 2021 00:00:00 GMT</pubDate>
      <description>SwiftGraphQL lets you use all the power Swift gives you to query your data. It feels like magic.</description>
    </item>
    <item>
      <title>GraphQL Tools V8 - Stitch Federation Services</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-tools-v8</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-tools-v8</guid>
      <pubDate>Wed, 28 Jul 2021 00:00:00 GMT</pubDate>
      <description>GraphQL Tools - Faster and more flexible Schema Stitching!</description>
    </item>
    <item>
      <title>Introducing Envelop - The GraphQL Plugin System</title>
      <link>https://the-guild.dev/graphql/hive/blog/introducing-envelop</link>
      <guid>https://the-guild.dev/graphql/hive/blog/introducing-envelop</guid>
      <pubDate>Thu, 22 Jul 2021 00:00:00 GMT</pubDate>
      <description>A new tool by The Guild: A powerful new way for creating fast, modern and secure GraphQL servers.</description>
    </item>
    <item>
      <title>Collecting GraphQL Live Query Resource Identifier with GraphQL Tools</title>
      <link>https://the-guild.dev/graphql/hive/blog/collecting-graphql-live-query-resource-identifier-with-graphql-tools</link>
      <guid>https://the-guild.dev/graphql/hive/blog/collecting-graphql-live-query-resource-identifier-with-graphql-tools</guid>
      <pubDate>Thu, 01 Jul 2021 00:00:00 GMT</pubDate>
      <description>GraphQL Tools can help to solve a variety of problems. Lean how it can be used for live queries.</description>
    </item>
    <item>
      <title>GraphQL with TypeScript done right</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-with-typescript-done-right</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-with-typescript-done-right</guid>
      <pubDate>Thu, 29 Apr 2021 00:00:00 GMT</pubDate>
      <description>How to get the most of React application types with GraphQL Code Generator.</description>
    </item>
    <item>
      <title>Easy Open Source - Orchestrating the Open Source Contribution Workflow</title>
      <link>https://the-guild.dev/blog/oss-contributor-workflow</link>
      <guid>https://the-guild.dev/blog/oss-contributor-workflow</guid>
      <pubDate>Thu, 22 Apr 2021 00:00:00 GMT</pubDate>
      <description>Sharing our journey of making it easier for people to participate in Open Source.</description>
    </item>
    <item>
      <title>Subscriptions and Live Queries - Real Time with GraphQL</title>
      <link>https://the-guild.dev/graphql/hive/blog/subscriptions-and-live-queries-real-time-with-graphql</link>
      <guid>https://the-guild.dev/graphql/hive/blog/subscriptions-and-live-queries-real-time-with-graphql</guid>
      <pubDate>Wed, 21 Apr 2021 00:00:00 GMT</pubDate>
      <description>GraphQL subscriptions are used by many. Let&amp;apos;s take a look at both methods for achieving real-time communication with GraphQL.</description>
    </item>
    <item>
      <title>Hive Console - Manage Your GraphQL API Workflow</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-hive-preview</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-hive-preview</guid>
      <pubDate>Fri, 26 Mar 2021 00:00:00 GMT</pubDate>
      <description>Announcing the beta testing program of Hive Console - schema registry for any GraphQL workflow.</description>
    </item>
    <item>
      <title>A New Year for GraphQL Schema Stitching</title>
      <link>https://the-guild.dev/graphql/hive/blog/a-new-year-for-schema-stitching</link>
      <guid>https://the-guild.dev/graphql/hive/blog/a-new-year-for-schema-stitching</guid>
      <pubDate>Thu, 14 Jan 2021 00:00:00 GMT</pubDate>
      <description>2021 is the year to give Schema Stitching a fresh look after its recent renovation</description>
    </item>
    <item>
      <title>The New GraphQL Modules</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-modules-v1</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-modules-v1</guid>
      <pubDate>Mon, 21 Dec 2020 00:00:00 GMT</pubDate>
      <description>GraphQL Modules showed up on NPM almost 3 years ago, but now we decided to rewrite it from scratch.</description>
    </item>
    <item>
      <title>Add reactivity to an existing source using GraphQL Mesh</title>
      <link>https://the-guild.dev/graphql/hive/blog/add-reactivity-to-an-existing-source</link>
      <guid>https://the-guild.dev/graphql/hive/blog/add-reactivity-to-an-existing-source</guid>
      <pubDate>Tue, 15 Dec 2020 00:00:00 GMT</pubDate>
      <description>How To extend an existing endpoint with subscriptions to bring reactivity to your application.</description>
    </item>
    <item>
      <title>GraphQL - The Workflow</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-deep-dive-6</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-deep-dive-6</guid>
      <pubDate>Sat, 12 Dec 2020 00:00:00 GMT</pubDate>
      <description>The Workflow when taking GraphQL from development to production.</description>
    </item>
    <item>
      <title>GraphQL - The Stack - #3</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-deep-dive-5</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-deep-dive-5</guid>
      <pubDate>Sun, 06 Dec 2020 00:00:00 GMT</pubDate>
      <description>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.</description>
    </item>
    <item>
      <title>GraphQL - The Stack - #2</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-deep-dive-4</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-deep-dive-4</guid>
      <pubDate>Fri, 04 Dec 2020 00:00:00 GMT</pubDate>
      <description>The GraphQL Stack - Part 2. GraphQL Modules Preset with Codegen since it essentially also splits your types and generates types.</description>
    </item>
    <item>
      <title>GraphQL - The Stack - #1</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-deep-dive-3</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-deep-dive-3</guid>
      <pubDate>Thu, 03 Dec 2020 00:00:00 GMT</pubDate>
      <description>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.</description>
    </item>
    <item>
      <title>GraphQL - Use case and Architecture</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-deep-dive-2</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-deep-dive-2</guid>
      <pubDate>Wed, 02 Dec 2020 00:00:00 GMT</pubDate>
      <description>Architecting for GraphQL and its ecosystem. Looking at how your architecture can look like when working with GraphQL.</description>
    </item>
    <item>
      <title>GraphQL - Diving Deep</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-deep-dive-1</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-deep-dive-1</guid>
      <pubDate>Tue, 01 Dec 2020 00:00:00 GMT</pubDate>
      <description>Answering all the questions you may have about GraphQL and its ecosystem.</description>
    </item>
    <item>
      <title>What&amp;apos;s new with Apollo Client v3 and GraphQL Codegen</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-codegen-and-apollo-client-3</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-codegen-and-apollo-client-3</guid>
      <pubDate>Mon, 30 Nov 2020 00:00:00 GMT</pubDate>
      <description>All the new features GraphQL Codegen adds to your type-system with the new Apollo Client 3.</description>
    </item>
    <item>
      <title>graphql-let - A Webpack loader for GraphQL Code Generator</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-let</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-let</guid>
      <pubDate>Wed, 25 Nov 2020 00:00:00 GMT</pubDate>
      <description>graphql-let is a webpack loader of GraphQL code generator.</description>
    </item>
    <item>
      <title>Introducing: GraphQL Codegen plugin for TypeScript &amp;amp; SWR!</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-codegen-plugin-typescript-swr</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-codegen-plugin-typescript-swr</guid>
      <pubDate>Mon, 23 Nov 2020 00:00:00 GMT</pubDate>
      <description>Working with GraphQL, TypeScript and SWR is now much simpler!</description>
    </item>
    <item>
      <title>GraphQL Tools v7 delivers the next generation GraphQL API Gateway</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-tools-v7</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-tools-v7</guid>
      <pubDate>Tue, 03 Nov 2020 00:00:00 GMT</pubDate>
      <description>GraphQL Tools v7 - Brings Schema Stitching to a whole new level thanks to automation and performance enhancements.</description>
    </item>
    <item>
      <title>The Guild is joining the GraphQL Foundation</title>
      <link>https://the-guild.dev/graphql/hive/blog/joining-graphql-foundation</link>
      <guid>https://the-guild.dev/graphql/hive/blog/joining-graphql-foundation</guid>
      <pubDate>Fri, 30 Oct 2020 00:00:00 GMT</pubDate>
      <description>Our plans to contribute to the GraphQL Foundation.</description>
    </item>
    <item>
      <title>What&amp;apos;s new in GraphQL CLI 4.1</title>
      <link>https://the-guild.dev/graphql/hive/blog/whats-new-in-graphql-cli-4.1.0</link>
      <guid>https://the-guild.dev/graphql/hive/blog/whats-new-in-graphql-cli-4.1.0</guid>
      <pubDate>Thu, 15 Oct 2020 00:00:00 GMT</pubDate>
      <description>GraphQL CLI - experience the modern way for developing full-stack GraphQL applications.</description>
    </item>
    <item>
      <title>Webhooks as GraphQL Subscriptions using GraphQL Mesh</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-mesh-subscriptions</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-mesh-subscriptions</guid>
      <pubDate>Mon, 05 Oct 2020 00:00:00 GMT</pubDate>
      <description>Consume your legacy webhooks and subscriptions from any data source as GraphQL Subscriptions with GraphQL Mesh.</description>
    </item>
    <item>
      <title>Introducing GraphQL-ESLint!</title>
      <link>https://the-guild.dev/graphql/hive/blog/introducing-graphql-eslint</link>
      <guid>https://the-guild.dev/graphql/hive/blog/introducing-graphql-eslint</guid>
      <pubDate>Sat, 03 Oct 2020 00:00:00 GMT</pubDate>
      <description>A new tool by The Guild, for making your GraphQL schema and GraphQL operations more standard and robust!</description>
    </item>
    <item>
      <title>GraphQL over WebSockets</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-over-websockets</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-over-websockets</guid>
      <pubDate>Tue, 15 Sep 2020 00:00:00 GMT</pubDate>
      <description>Coherent, zero-dependency, lazy, simple, server and client implementation of the new, security first, GraphQL over WebSocket Protocol.</description>
    </item>
    <item>
      <title>TypedDocumentNode: the next generation of GraphQL and TypeScript</title>
      <link>https://the-guild.dev/graphql/hive/blog/typed-document-node</link>
      <guid>https://the-guild.dev/graphql/hive/blog/typed-document-node</guid>
      <pubDate>Wed, 22 Jul 2020 00:00:00 GMT</pubDate>
      <description>Using GraphQL and Typescript on the client just became a lot easier!</description>
    </item>
    <item>
      <title>Migrating from Schemaless REST API to GraphQL without writing any code</title>
      <link>https://the-guild.dev/graphql/hive/blog/migrating-from-rest</link>
      <guid>https://the-guild.dev/graphql/hive/blog/migrating-from-rest</guid>
      <pubDate>Sun, 31 May 2020 00:00:00 GMT</pubDate>
      <description>Migrating to GraphQL from a REST API has never been easier. With tools like GraphQL Mesh you can do it automatically.</description>
    </item>
    <item>
      <title>GraphQL Tools - next generation schema stitching and new leadership</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-tools-v6</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-tools-v6</guid>
      <pubDate>Thu, 21 May 2020 00:00:00 GMT</pubDate>
      <description>GraphQL Tools v6 with more tools, improved schema stitching and bug fixes.</description>
    </item>
    <item>
      <title>Integrating GraphQL Code Generator in your frontend applications</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-codegen-best-practices</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-codegen-best-practices</guid>
      <pubDate>Wed, 20 May 2020 00:00:00 GMT</pubDate>
      <description>The GraphQL codegen library can generate code for multiple purposes. Make sure you get the most out of it.</description>
    </item>
    <item>
      <title>Better Type Safety for your GraphQL resolvers with GraphQL Codegen</title>
      <link>https://the-guild.dev/graphql/hive/blog/better-type-safety-for-resolvers-with-graphql-codegen</link>
      <guid>https://the-guild.dev/graphql/hive/blog/better-type-safety-for-resolvers-with-graphql-codegen</guid>
      <pubDate>Sun, 17 May 2020 00:00:00 GMT</pubDate>
      <description>Type-check your resolvers&amp;apos; implementation in order to find issues in build-time. Simply integrate with your existing TypeScript data models and context types.</description>
    </item>
    <item>
      <title>New GraphQL Inspector and upcoming features</title>
      <link>https://the-guild.dev/graphql/hive/blog/new-graphql-inspector</link>
      <guid>https://the-guild.dev/graphql/hive/blog/new-graphql-inspector</guid>
      <pubDate>Tue, 05 May 2020 00:00:00 GMT</pubDate>
      <description>See what&amp;apos;s new and shape the future of GraphQL Inspector together! It&amp;apos;s entirely open-sourced!</description>
    </item>
    <item>
      <title>Schema Change Notifications in GraphQL Inspector</title>
      <link>https://the-guild.dev/graphql/hive/blog/schema-change-notifications</link>
      <guid>https://the-guild.dev/graphql/hive/blog/schema-change-notifications</guid>
      <pubDate>Mon, 04 May 2020 00:00:00 GMT</pubDate>
      <description>Stay up to date with changes in your GraphQL Schema. Receive notifications on Slack, Discord or even via WebHooks.</description>
    </item>
    <item>
      <title>Validate GraphQL Schema - Continuous Integration &amp;amp; Delivery Pipeline</title>
      <link>https://the-guild.dev/graphql/hive/blog/ci-ci-graphql-inspector</link>
      <guid>https://the-guild.dev/graphql/hive/blog/ci-ci-graphql-inspector</guid>
      <pubDate>Sun, 03 May 2020 00:00:00 GMT</pubDate>
      <description>Detect breaking changes and identify possible issues in GraphQL API with GraphQL Inspector</description>
    </item>
    <item>
      <title>Multiple environments and endpoints in GraphQL Inspector</title>
      <link>https://the-guild.dev/graphql/hive/blog/multiple-environments-endpoints-graphql-inspector</link>
      <guid>https://the-guild.dev/graphql/hive/blog/multiple-environments-endpoints-graphql-inspector</guid>
      <pubDate>Sat, 02 May 2020 00:00:00 GMT</pubDate>
      <description>Use different variants of GraphQL schema.  Live and running GraphQL API as the source of truth of a schema.</description>
    </item>
    <item>
      <title>Enable Remote Control in GraphQL Inspector</title>
      <link>https://the-guild.dev/graphql/hive/blog/remote-control-graphql-inspector</link>
      <guid>https://the-guild.dev/graphql/hive/blog/remote-control-graphql-inspector</guid>
      <pubDate>Fri, 01 May 2020 00:00:00 GMT</pubDate>
      <description>Intercept schema changes via HTTP and decide which changes are acceptable which are not and all of this through a serverless function.</description>
    </item>
    <item>
      <title>GraphQL Mesh - Query anything, run anywhere</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-mesh</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-mesh</guid>
      <pubDate>Mon, 23 Mar 2020 00:00:00 GMT</pubDate>
      <description>We are excited to announce GraphQL Mesh. A powerful open source library enabling developers to leverage the power of GraphQL without requiring changes</description>
    </item>
    <item>
      <title>How to run React E2E tests purely with hooks</title>
      <link>https://the-guild.dev/blog/react-e2e-tests-with-hooks</link>
      <guid>https://the-guild.dev/blog/react-e2e-tests-with-hooks</guid>
      <pubDate>Mon, 10 Feb 2020 00:00:00 GMT</pubDate>
      <description>How to run React E2E tests purely with hooks. Tested with React-Native and Firebase Test Lab.</description>
    </item>
    <item>
      <title>GraphQL CLI is back!</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-cli-is-back</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-cli-is-back</guid>
      <pubDate>Thu, 31 Oct 2019 00:00:00 GMT</pubDate>
      <description>Your Swiss Army Knife for the GraphQL ecosystem. Production-ready GraphQL app in seconds.</description>
    </item>
    <item>
      <title>GraphQL Config - One configuration for all your tools</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-config</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-config</guid>
      <pubDate>Fri, 25 Oct 2019 00:00:00 GMT</pubDate>
      <description>One configuration for all your tools. A single place to store all your GraphQL configurations for any GraphQL based tool.</description>
    </item>
    <item>
      <title>GraphQL Scalars 1.0 is out!</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-scalars</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-scalars</guid>
      <pubDate>Thu, 08 Aug 2019 00:00:00 GMT</pubDate>
      <description>More Types, Data Integrity and Strict Validations on GraphQL.</description>
    </item>
    <item>
      <title>The coolest, most underrated design pattern in React</title>
      <link>https://the-guild.dev/blog/coolest-underrated-design-pattern-in-react</link>
      <guid>https://the-guild.dev/blog/coolest-underrated-design-pattern-in-react</guid>
      <pubDate>Wed, 31 Jul 2019 00:00:00 GMT</pubDate>
      <description>The coolest, most underrated design pattern in React</description>
    </item>
    <item>
      <title>I wrote a customizable CSS engine in JavaScript</title>
      <link>https://the-guild.dev/blog/customizable-css-engine-in-javascript</link>
      <guid>https://the-guild.dev/blog/customizable-css-engine-in-javascript</guid>
      <pubDate>Wed, 24 Jul 2019 00:00:00 GMT</pubDate>
      <description>I wrote a customizable CSS engine in JavaScript. Custom selectors, custom rules and custom events. You determine its behavior.</description>
    </item>
    <item>
      <title>Optimizing Apollo Operations - GraphQL Code Generator &amp;amp; Relay Compiler</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-codegen-relay-compiler</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-codegen-relay-compiler</guid>
      <pubDate>Mon, 15 Jul 2019 00:00:00 GMT</pubDate>
      <description>Optimizing your Apollo Operations with GraphQL Code Generator and the Relay Compiler.</description>
    </item>
    <item>
      <title>Injectable services in React</title>
      <link>https://the-guild.dev/blog/injectable-services-in-react</link>
      <guid>https://the-guild.dev/blog/injectable-services-in-react</guid>
      <pubDate>Mon, 24 Jun 2019 00:00:00 GMT</pubDate>
      <description>How they're implemented and their similarities with Angular services.</description>
    </item>
    <item>
      <title>Authentication and Authorization in GraphQL</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-modules-auth</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-modules-auth</guid>
      <pubDate>Wed, 19 Jun 2019 00:00:00 GMT</pubDate>
      <description>After a few years of working with GraphQL, we&amp;apos;ve learned some lessons about GraphQL, and how to authenticate and authorize GraphQL API.</description>
    </item>
    <item>
      <title>GraphQL Codegen adds new Apollo-Android and Java plugins</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-codegen-java</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-codegen-java</guid>
      <pubDate>Wed, 19 Jun 2019 00:00:00 GMT</pubDate>
      <description>GraphQL Codegen adds a new Apollo-Android and a new Java Backend plugins!</description>
    </item>
    <item>
      <title>The Guild is taking over maintenance of merge-graphql-schemas</title>
      <link>https://the-guild.dev/graphql/hive/blog/taking-over-merge-graphql-schemas</link>
      <guid>https://the-guild.dev/graphql/hive/blog/taking-over-merge-graphql-schemas</guid>
      <pubDate>Tue, 18 Jun 2019 00:00:00 GMT</pubDate>
      <description>The Guild is taking over maintenance of merge-graphql-schemas, so let&amp;apos;s talk about GraphQL Schema management</description>
    </item>
    <item>
      <title>Manage Circular Imports Hell in GraphQL-Modules</title>
      <link>https://the-guild.dev/graphql/hive/blog/manage-circular-imports-hell-in-graphql-modules</link>
      <guid>https://the-guild.dev/graphql/hive/blog/manage-circular-imports-hell-in-graphql-modules</guid>
      <pubDate>Mon, 18 Mar 2019 00:00:00 GMT</pubDate>
      <description>Designing and building modular GraphQL API may not look straight-forward. It is hard to keep a perfect modularity with standalone and encapsulated modules.</description>
    </item>
    <item>
      <title>How should you pin dependencies and why?</title>
      <link>https://the-guild.dev/blog/how-should-you-pin-dependencies-and-why</link>
      <guid>https://the-guild.dev/blog/how-should-you-pin-dependencies-and-why</guid>
      <pubDate>Thu, 07 Mar 2019 00:00:00 GMT</pubDate>
      <description>Getting in-depth on making your application updated and safe.</description>
    </item>
    <item>
      <title>Stencil-Apollo - Stencil meets GraphQL</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-stencil-apollo</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-stencil-apollo</guid>
      <pubDate>Wed, 06 Mar 2019 00:00:00 GMT</pubDate>
      <description>Stencil-Apollo lets you easily use GraphQL in Web Components.</description>
    </item>
    <item>
      <title>New encapsulation method for Styled-Components with Babel</title>
      <link>https://the-guild.dev/blog/styled-components-encapsulation</link>
      <guid>https://the-guild.dev/blog/styled-components-encapsulation</guid>
      <pubDate>Mon, 04 Mar 2019 00:00:00 GMT</pubDate>
      <description>Use private class names instead of a dedicated component</description>
    </item>
    <item>
      <title>GraphQL Code Generator - Hooks support for React Apollo plugin</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-codegen-hooks-support-react-apollo</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-codegen-hooks-support-react-apollo</guid>
      <pubDate>Fri, 01 Mar 2019 00:00:00 GMT</pubDate>
      <description>Use and generate React Hooks with Apollo and Typescript with the new version of GraphQL Code Generator.</description>
    </item>
    <item>
      <title>WhatsApp Clone - Angular, GraphQL, Apollo, TypeScript and PostgreSQL</title>
      <link>https://the-guild.dev/graphql/hive/blog/whatsapp-clone-apollo-angular-graphql-typescript-and-postgresql</link>
      <guid>https://the-guild.dev/graphql/hive/blog/whatsapp-clone-apollo-angular-graphql-typescript-and-postgresql</guid>
      <pubDate>Mon, 25 Feb 2019 00:00:00 GMT</pubDate>
      <description>An open-source full-stack example app made with Angular 7.2, TypeScript, GraphQL Subscriptions, GraphQL Code Generator, GraphQL Modules, PostgreSQL and TypeORM.</description>
    </item>
    <item>
      <title>WhatsApp Clone - GraphQL, Apollo, TypeScript and PostgreSQL</title>
      <link>https://the-guild.dev/graphql/hive/blog/whatsapp-clone-react-hooks-graphql-typescript-and-postgresql</link>
      <guid>https://the-guild.dev/graphql/hive/blog/whatsapp-clone-react-hooks-graphql-typescript-and-postgresql</guid>
      <pubDate>Fri, 01 Feb 2019 00:00:00 GMT</pubDate>
      <description>Fully functional WhatsApp Clone using React (Hooks+Suspense), GraphQL, Apollo, TypeScript and PostgreSQL</description>
    </item>
    <item>
      <title>SOFA — The best way to REST (is GraphQL)</title>
      <link>https://the-guild.dev/graphql/hive/blog/sofa</link>
      <guid>https://the-guild.dev/graphql/hive/blog/sofa</guid>
      <pubDate>Fri, 25 Jan 2019 00:00:00 GMT</pubDate>
      <description>Ending the REST vs. GraphQL debate once and for all</description>
    </item>
    <item>
      <title>Babel plugin and get a performance boost for your React components</title>
      <link>https://the-guild.dev/blog/magical-babel-plugin-for-react-performance-boost</link>
      <guid>https://the-guild.dev/blog/magical-babel-plugin-for-react-performance-boost</guid>
      <pubDate>Mon, 21 Jan 2019 00:00:00 GMT</pubDate>
      <description>Use this magical Babel plugin and get a performance boost for your React components.</description>
    </item>
    <item>
      <title>Introducing: GraphQL Inspector</title>
      <link>https://the-guild.dev/graphql/hive/blog/introducing-graphql-inspector</link>
      <guid>https://the-guild.dev/graphql/hive/blog/introducing-graphql-inspector</guid>
      <pubDate>Fri, 18 Jan 2019 00:00:00 GMT</pubDate>
      <description>Prevent breaking changes. Find broken operations. Get Schema Coverage. Check deprecated usage and type duplicates. All as part of your CI process.</description>
    </item>
    <item>
      <title>Scoped Providers in GraphQL-Modules</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-modules-scoped-providers</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-modules-scoped-providers</guid>
      <pubDate>Fri, 11 Jan 2019 00:00:00 GMT</pubDate>
      <description>Understand how scoped providers work in GraphQL-Modules Dependency Injection.</description>
    </item>
    <item>
      <title>Dependency Injection in GraphQL-Modules</title>
      <link>https://the-guild.dev/graphql/hive/blog/dependency-injection-library-in-graphql-modules</link>
      <guid>https://the-guild.dev/graphql/hive/blog/dependency-injection-library-in-graphql-modules</guid>
      <pubDate>Fri, 11 Jan 2019 00:00:00 GMT</pubDate>
      <description>Why did we implement our own Dependency Injection library for GraphQL-Modules?</description>
    </item>
    <item>
      <title>Modular Encapsulation in Large-Scale GraphQL Projects</title>
      <link>https://the-guild.dev/graphql/hive/blog/modular-encapsulation-graphql-modules</link>
      <guid>https://the-guild.dev/graphql/hive/blog/modular-encapsulation-graphql-modules</guid>
      <pubDate>Mon, 07 Jan 2019 00:00:00 GMT</pubDate>
      <description>Why is True Modular Encapsulation So Important in Large-Scale GraphQL Projects? — GraphQL Modules is your savior!</description>
    </item>
    <item>
      <title>This is how our brain detects shapes</title>
      <link>https://the-guild.dev/blog/how-brain-detects-shapes</link>
      <guid>https://the-guild.dev/blog/how-brain-detects-shapes</guid>
      <pubDate>Tue, 11 Dec 2018 00:00:00 GMT</pubDate>
      <description>This is how our brain detects shapes. And so shall the computer...</description>
    </item>
    <item>
      <title>GraphQL TypeScript - w/ GraphQL-Modules and GraphQL-Code-Generator</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-typescript-modules-codegen</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-typescript-modules-codegen</guid>
      <pubDate>Tue, 04 Dec 2018 00:00:00 GMT</pubDate>
      <description>Writing a GraphQL TypeScript project w/ GraphQL-Modules and GraphQL-Code-Generator.</description>
    </item>
    <item>
      <title>How I helped improve Angular Console</title>
      <link>https://the-guild.dev/blog/improved-angular-console</link>
      <guid>https://the-guild.dev/blog/improved-angular-console</guid>
      <pubDate>Fri, 30 Nov 2018 00:00:00 GMT</pubDate>
      <description>How I helped improve Angular Console. By doing GraphQL the right way.</description>
    </item>
    <item>
      <title>Under the hood of React's hooks system</title>
      <link>https://the-guild.dev/blog/react-hooks-system</link>
      <guid>https://the-guild.dev/blog/react-hooks-system</guid>
      <pubDate>Wed, 21 Nov 2018 00:00:00 GMT</pubDate>
      <description>Looking at the implementation and getting to know it inside out.</description>
    </item>
    <item>
      <title>Authentication with accounts-js &amp;amp; GraphQL Modules</title>
      <link>https://the-guild.dev/graphql/hive/blog/accountsjs-graphql-modules</link>
      <guid>https://the-guild.dev/graphql/hive/blog/accountsjs-graphql-modules</guid>
      <pubDate>Fri, 16 Nov 2018 00:00:00 GMT</pubDate>
      <description>How to implement server-side using accounts-js, GraphQL-Modules and Apollo-Server</description>
    </item>
    <item>
      <title>Implementing a runtime version of JSX</title>
      <link>https://the-guild.dev/blog/runtime-jsx</link>
      <guid>https://the-guild.dev/blog/runtime-jsx</guid>
      <pubDate>Mon, 12 Nov 2018 00:00:00 GMT</pubDate>
      <description>Learning how to think like a JSX parser and building an AST</description>
    </item>
    <item>
      <title>Recursive React tree component implementation made easy</title>
      <link>https://the-guild.dev/blog/recursive-react-tree-component-implementation-made-easy</link>
      <guid>https://the-guild.dev/blog/recursive-react-tree-component-implementation-made-easy</guid>
      <pubDate>Mon, 05 Nov 2018 00:00:00 GMT</pubDate>
      <description>The challenges that I've faced and how I solved them.</description>
    </item>
    <item>
      <title>GraphQL Modules  —  Feature based GraphQL Modules at scale</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-modules</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-modules</guid>
      <pubDate>Mon, 05 Nov 2018 00:00:00 GMT</pubDate>
      <description>Today we are happy to announce that we are open sourcing a framework we&amp;apos;ve been using for the past couple of months in production, GraphQL Modules!</description>
    </item>
    <item>
      <title>Getting to know React DOM's event handling system inside out</title>
      <link>https://the-guild.dev/blog/react-dom-event-handling-system</link>
      <guid>https://the-guild.dev/blog/react-dom-event-handling-system</guid>
      <pubDate>Mon, 22 Oct 2018 00:00:00 GMT</pubDate>
      <description>Getting to know React DOM's event handling system inside out.</description>
    </item>
    <item>
      <title>This is how I build Babel plug-ins</title>
      <link>https://the-guild.dev/blog/how-i-build-babel-plugins</link>
      <guid>https://the-guild.dev/blog/how-i-build-babel-plugins</guid>
      <pubDate>Mon, 08 Oct 2018 00:00:00 GMT</pubDate>
      <description>The basics of AOT compilers and how to write Babel plug-ins.</description>
    </item>
    <item>
      <title>Getting to know Node's child_process module</title>
      <link>https://the-guild.dev/blog/nodes-child-process</link>
      <guid>https://the-guild.dev/blog/nodes-child-process</guid>
      <pubDate>Thu, 27 Sep 2018 00:00:00 GMT</pubDate>
      <description>How to call git, cpp, sh, etc., from a Node.js script.</description>
    </item>
    <item>
      <title>How to create a React app out of a Webflow project</title>
      <link>https://the-guild.dev/blog/react-app-out-of-a-webflow</link>
      <guid>https://the-guild.dev/blog/react-app-out-of-a-webflow</guid>
      <pubDate>Fri, 07 Sep 2018 00:00:00 GMT</pubDate>
      <description>How to create a React app out of a Webflow project.</description>
    </item>
    <item>
      <title>git rebase (not) --interactive</title>
      <link>https://the-guild.dev/blog/git-rebase-not-interactive</link>
      <guid>https://the-guild.dev/blog/git-rebase-not-interactive</guid>
      <pubDate>Mon, 03 Sep 2018 00:00:00 GMT</pubDate>
      <description>How to build a Node.js script to re-write history. Pre-requisites: Familiarity with git rebase --interactive.</description>
    </item>
    <item>
      <title>GraphQL Code Generator v0.11</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-code-generator-011</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-code-generator-011</guid>
      <pubDate>Tue, 21 Aug 2018 00:00:00 GMT</pubDate>
      <description>Generate React and Angular Apollo Components, Resolver signatures and much more!</description>
    </item>
    <item>
      <title>GraphQL Code Generator for Typescript React Apollo</title>
      <link>https://the-guild.dev/graphql/hive/blog/codegen-typescript-react-apollo</link>
      <guid>https://the-guild.dev/graphql/hive/blog/codegen-typescript-react-apollo</guid>
      <pubDate>Tue, 21 Aug 2018 00:00:00 GMT</pubDate>
      <description>Generate React Apollo Query, Mutation and Subscription components and hook. All completely typed by TypeScript.</description>
    </item>
    <item>
      <title>Apollo-Angular 1.2 - using GraphQL in your apps just got a lot easier!</title>
      <link>https://the-guild.dev/graphql/hive/blog/apollo-angular-12</link>
      <guid>https://the-guild.dev/graphql/hive/blog/apollo-angular-12</guid>
      <pubDate>Tue, 21 Aug 2018 00:00:00 GMT</pubDate>
      <description>Check what&amp;apos;s new in Apollo Angular and how to get the full potential benefits of using Angular + GraphQL + TypeScript combined thanks to GraphQL-Code-Generator</description>
    </item>
    <item>
      <title>Angular CLI + Meteor — No more ejecting Webpack Configuration</title>
      <link>https://the-guild.dev/blog/angular-cli-meteor-no-eject</link>
      <guid>https://the-guild.dev/blog/angular-cli-meteor-no-eject</guid>
      <pubDate>Fri, 13 Jul 2018 00:00:00 GMT</pubDate>
      <description>Angular CLI + Meteor — No more ejecting Webpack Configuration</description>
    </item>
    <item>
      <title>React Native and Meteor backend w/o any 3rd party library in 2018</title>
      <link>https://the-guild.dev/blog/connecting-react-native-and-meteor</link>
      <guid>https://the-guild.dev/blog/connecting-react-native-and-meteor</guid>
      <pubDate>Fri, 13 Jul 2018 00:00:00 GMT</pubDate>
      <description>Introduction to new features of client bundler and React Native Meteor Polyfills including OAuth and persistent login session support etc.</description>
    </item>
    <item>
      <title>Meteor with Webpack — Faster compilation and better source handling</title>
      <link>https://the-guild.dev/blog/meteor-with-webpack-in-2018</link>
      <guid>https://the-guild.dev/blog/meteor-with-webpack-in-2018</guid>
      <pubDate>Fri, 13 Jul 2018 00:00:00 GMT</pubDate>
      <description>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</description>
    </item>
    <item>
      <title>Meteor Client Bundler — React Native support, handling Meteor imports</title>
      <link>https://the-guild.dev/blog/whats-new-on-meteor-client-bundler</link>
      <guid>https://the-guild.dev/blog/whats-new-on-meteor-client-bundler</guid>
      <pubDate>Fri, 13 Jul 2018 00:00:00 GMT</pubDate>
      <description>Introduction to new features of MCB. Better React Native support, handling Meteor imports etc.</description>
    </item>
    <item>
      <title>What&amp;apos;s new in GraphQL Codegen 0.9.0</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-code-generator-090</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-code-generator-090</guid>
      <pubDate>Mon, 07 May 2018 00:00:00 GMT</pubDate>
      <description>The GraphQL Codegen library can generate any code for any language — including type definitions, data models, query builder, resolvers, etc...</description>
    </item>
    <item>
      <title>Open source FPS with Apollo GraphQL — GeoStrike (Alpha)</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-geo-strike</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-geo-strike</guid>
      <pubDate>Thu, 15 Feb 2018 00:00:00 GMT</pubDate>
      <description>A GeoReferenced Multiplayer First-Person Shooter Game.</description>
    </item>
    <item>
      <title>Introducing GraphQL Code Generator</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-code-generator</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-code-generator</guid>
      <pubDate>Thu, 12 Oct 2017 00:00:00 GMT</pubDate>
      <description>The True GraphQL-First platform. Generate your backend, frontend, types, resolvers, ORM code and more from your GraphQL schema and documents.</description>
    </item>
    <item>
      <title>How to create a native add-on using C++</title>
      <link>https://the-guild.dev/blog/create-native-addon-using-c</link>
      <guid>https://the-guild.dev/blog/create-native-addon-using-c</guid>
      <pubDate>Mon, 08 May 2017 00:00:00 GMT</pubDate>
      <description>Node.js Advanced — How to create a native add-on using C++</description>
    </item>
    <item>
      <title>Apollo Angular Version 0.11</title>
      <link>https://the-guild.dev/graphql/hive/blog/apollo-angular-011</link>
      <guid>https://the-guild.dev/graphql/hive/blog/apollo-angular-011</guid>
      <pubDate>Wed, 01 Mar 2017 00:00:00 GMT</pubDate>
      <description>New name, AoT support, TypeScript improvements, and Angular 4 readiness</description>
    </item>
    <item>
      <title>Build a WhatsApp Clone with Ionic 2, Angular 2, and Meteor</title>
      <link>https://the-guild.dev/blog/whatsapp-clone-with-ionic-angular-and-meteor</link>
      <guid>https://the-guild.dev/blog/whatsapp-clone-with-ionic-angular-and-meteor</guid>
      <pubDate>Wed, 30 Nov 2016 00:00:00 GMT</pubDate>
      <description>Build a WhatsApp Clone with Ionic 2, Angular 2, and Meteor</description>
    </item>
    <item>
      <title>GraphQL as a best practice for modern Angular apps?</title>
      <link>https://the-guild.dev/graphql/hive/blog/graphql-as-a-best-practice-for-modern-angular-apps</link>
      <guid>https://the-guild.dev/graphql/hive/blog/graphql-as-a-best-practice-for-modern-angular-apps</guid>
      <pubDate>Thu, 28 Jul 2016 00:00:00 GMT</pubDate>
      <description>In this post, I&amp;apos;ll make the case for why Angular needs a best practice for communicating with the server, and why GraphQL should be that best practice.</description>
    </item>
    <item>
      <title>Build a WhatsApp clone with Meteor and Ionic — Meteor Platform version</title>
      <link>https://the-guild.dev/blog/whatsapp-clone-with-meteor-and-ionic</link>
      <guid>https://the-guild.dev/blog/whatsapp-clone-with-meteor-and-ionic</guid>
      <pubDate>Fri, 16 Oct 2015 00:00:00 GMT</pubDate>
      <description>Build a WhatsApp clone using Meteor, Angular, and the Ionic Framework for CSS and mobile components</description>
    </item>
  </channel>
</rss>
