We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6757547 commit 79b58f4Copy full SHA for 79b58f4
docs/source/advanced/plugin-recipes.mdx
@@ -173,7 +173,7 @@ apollo {
173
// This creates a downloadStarwarsApolloSchemaFromRegistry task
174
registry {
175
key.set(System.getenv("APOLLO_KEY"))
176
- graph.set(System.geten("APOLLO_GRAPH"))
+ graph.set(System.getenv("APOLLO_GRAPH"))
177
// The path is interpreted relative to the current project here, no need to prepend 'app'
178
schemaFile.set(file("src/main/graphql/com/example/schema.graphqls"))
179
}
0 commit comments