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 780edf2 commit 3bce266Copy full SHA for 3bce266
src/index.js
@@ -581,7 +581,7 @@ Run \`netlify graph:init\` to generate a new token.`
581
readGraphQLOperationsSourceFiles(netlifyGraphConfig);
582
if (currentOperationsDoc.trim().length === 0) {
583
console.warn(
584
- 'No Graph operations library found, skipping production client generation.'
+ 'No Graph operations library files found, skipping production client generation.'
585
);
586
return;
587
}
0 commit comments