Skip to content

Commit

Permalink
persisted-queries: remove "preview" from help text (#1756)
Browse files Browse the repository at this point in the history
(To be merged and released when the feature enters General
Availability.)

Co-authored-by: Maria Elisabeth Schreiber <[email protected]>
  • Loading branch information
glasser and Meschreiber authored Oct 4, 2023
1 parent 0d24206 commit 981e9b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ pub enum Command {
/// Commands related to updating rover
Update(command::Update),

/// Preview feature: Commands for persisted queries
/// Commands for persisted queries
#[command(visible_alias = "pq")]
PersistedQueries(command::PersistedQueries),

Expand Down
2 changes: 1 addition & 1 deletion src/command/persisted_queries/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub struct PersistedQueries {

#[derive(Debug, Serialize, Parser)]
pub enum Command {
/// Preview feature: Persist a list of queries (or mutations) to a graph in Apollo Studio
/// Persist a list of queries (or mutations) to a graph in Apollo Studio
Publish(persisted_queries::Publish),
}

Expand Down

0 comments on commit 981e9b8

Please sign in to comment.