Quellcode durchsuchen

chore(cli): Fix label

Michael Bromley vor 3 Monaten
Ursprung
Commit
3ab1ba12cb
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      packages/cli/src/commands/schema/schema.ts

+ 1 - 1
packages/cli/src/commands/schema/schema.ts

@@ -46,7 +46,7 @@ async function handleNonInteractiveMode(options: SchemaOptions) {
 async function handleInteractiveMode() {
 async function handleInteractiveMode() {
     // eslint-disable-next-line no-console
     // eslint-disable-next-line no-console
     console.log(`\n`);
     console.log(`\n`);
-    intro(pc.blue('🛠️️ Generate a schema file of your GraphQL Admin API'));
+    intro(pc.blue('🛠️️ Generate a schema file of your GraphQL API'));
 
 
     const apiType: 'admin' | 'shop' | symbol = await withInteractiveTimeout(async () => {
     const apiType: 'admin' | 'shop' | symbol = await withInteractiveTimeout(async () => {
         return await select({
         return await select({