<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/apollo-persisted-query-manifests-in-hive-cli-uz4svep1j" -->

---
title: Apollo Persisted Query Manifests in Hive CLI | daily.dev
description: Hive CLI now accepts Apollo persisted query manifest files directly when pushing persisted documents to an App Deployment, removing the need to convert them to...
canonical: https://daily.dev/posts/apollo-persisted-query-manifests-in-hive-cli-uz4svep1j
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Apollo Persisted Query Manifests in Hive CLI | daily.dev
og:description: Hive CLI now accepts Apollo persisted query manifest files directly when pushing persisted documents to an App Deployment, removing the need to convert them to...
og:url: https://daily.dev/posts/apollo-persisted-query-manifests-in-hive-cli-uz4svep1j
og:image: https://api.daily.dev/og/posts/uz4SveP1j.png
og:image:alt: Apollo Persisted Query Manifests in Hive CLI
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Apollo Persisted Query Manifests in Hive CLI

**[The Guild](https://daily.dev/sources/guild)** · 1 min read · 0 upvotes · 0 comments

## Summary

Hive CLI now accepts Apollo persisted query manifest files directly when pushing persisted documents to an App Deployment, removing the need to convert them to the GraphQL Code Generator or Relay manifest format. Hive reads each operation's id and body from version 1 of the apollo-persisted-query-manifest format, preserving existing operation IDs. This lets teams with existing Apollo manifest generation upload straight to Hive's CDN, restrict gateways to known operations, and include deployments in breaking change checks.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://the-guild.dev/graphql/hive/product-updates/2026-08-19-apollo-persisted-query-manifests>

## Questions this post answers

### Can I upload an Apollo persisted query manifest directly to Hive without converting it first?

Yes, the Hive CLI accepts Apollo persisted query manifest files directly when creating an App Deployment via hive app:create. It reads each operation's id and body from version 1 of the apollo-persisted-query-manifest format and preserves existing operation IDs, so no conversion to the GraphQL Code Generator or Relay manifest format is needed.

_Teams wiring persisted queries into their GraphQL gateway can track tooling changes like this on daily.dev._

## Similar posts on daily.dev

- [MCP Gateway with Curated GraphQL Persisted Operations](https://daily.dev/posts/mcp-gateway-with-curated-graphql-persisted-operations-rlc2yjk1l) · WunderGraph · 3 upvotes · 0 comments
- [From Ruby Monolith to Federation: How Reverb Runs GraphQL with Hive](https://daily.dev/posts/from-ruby-monolith-to-federation-how-reverb-runs-graphql-with-hive-bfhaxcmmn) · The Guild · 0 upvotes · 0 comments

---

Tags: [#architecture](https://daily.dev/tags/architecture), [#graphql](https://daily.dev/tags/graphql), [#hive](https://daily.dev/tags/hive)

[View this post on daily.dev](https://daily.dev/posts/apollo-persisted-query-manifests-in-hive-cli-uz4svep1j)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Apollo Persisted Query Manifests in Hive CLI","url":"https://daily.dev/posts/apollo-persisted-query-manifests-in-hive-cli-uz4svep1j","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/apollo-persisted-query-manifests-in-hive-cli-uz4svep1j"},"datePublished":"2026-09-01T10:58:06.343Z","dateModified":"2026-09-01T10:58:27.220Z","description":"Hive CLI now accepts Apollo persisted query manifest files directly when pushing persisted documents to an App Deployment, removing the need to convert them to...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/4bedd0582f3aee40fabe5fbd04bb120a?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/4bedd0582f3aee40fabe5fbd04bb120a?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"The Guild","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"The Guild","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/ee61cd9a12684e9889775727044e4a49","url":"https://daily.dev/sources/guild"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/apollo-persisted-query-manifests-in-hive-cli-uz4svep1j","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"architecture,graphql,hive","timeRequired":"PT1M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"The Guild","item":"https://daily.dev/sources/guild"},{"@type":"ListItem","position":3,"name":"Apollo Persisted Query Manifests in Hive CLI"}]}
{"@context":"https://schema.org","@type":"FAQPage","@id":"https://daily.dev/posts/apollo-persisted-query-manifests-in-hive-cli-uz4svep1j#faq","mainEntity":[{"@type":"Question","name":"Can I upload an Apollo persisted query manifest directly to Hive without converting it first?","acceptedAnswer":{"@type":"Answer","text":"Yes, the Hive CLI accepts Apollo persisted query manifest files directly when creating an App Deployment via hive app:create. It reads each operation's id and body from version 1 of the apollo-persisted-query-manifest format and preserves existing operation IDs, so no conversion to the GraphQL Code Generator or Relay manifest format is needed. Teams wiring persisted queries into their GraphQL gateway can track tooling changes like this on daily.dev."}}]}
```

