Browse Source

chore(cli): Fix label

Michael Bromley 3 months ago
parent
commit
3ab1ba12cb
1 changed files with 1 additions and 1 deletions
  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() {
     // eslint-disable-next-line no-console
     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 () => {
         return await select({