From fde7b275be9c593e75e5eef00b2c9e4b8cfc3342 Mon Sep 17 00:00:00 2001 From: Divine Hycenth Date: Sat, 29 May 2021 16:33:20 +0100 Subject: [PATCH] corrected "subgraph push" to "subgraph publish" on line 270 --- docs/source/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/migration.md b/docs/source/migration.md index e5c0f6952..82a12093b 100644 --- a/docs/source/migration.md +++ b/docs/source/migration.md @@ -267,5 +267,5 @@ apollo service:push --serviceName users # (no config file needed) # globs don't work natively with Rover, so you can use `cat` to combine # multiple files on *nix machines -cat *.graphql | rover subgraph push my-graph@prod --name users --schema - +cat *.graphql | rover subgraph publish my-graph@prod --name users --schema - ```