Skip to content

Commit 79b58f4

Browse files
Update plugin-recipes.mdx (#6381)
1 parent 6757547 commit 79b58f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/advanced/plugin-recipes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ apollo {
173173
// This creates a downloadStarwarsApolloSchemaFromRegistry task
174174
registry {
175175
key.set(System.getenv("APOLLO_KEY"))
176-
graph.set(System.geten("APOLLO_GRAPH"))
176+
graph.set(System.getenv("APOLLO_GRAPH"))
177177
// The path is interpreted relative to the current project here, no need to prepend 'app'
178178
schemaFile.set(file("src/main/graphql/com/example/schema.graphqls"))
179179
}

0 commit comments

Comments
 (0)