@auto-engineer/frontend-generator-react-graphql 0.13.3 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/mui-starter/package.json +0 -10
- package/dist/mui-starter/src/App.tsx +2 -2
- package/dist/mui-starter/src/apolloClient.ts +1 -1
- package/dist/mui-starter/src/hooks/use-toast.ts +1 -1
- package/dist/mui-starter/src/pages/NotFound.tsx +1 -1
- package/dist/mui-starter/vite.config.ts +2 -2
- package/dist/shadcn-starter/package.json +0 -10
- package/dist/shadcn-starter/postcss.config.ts +1 -1
- package/dist/shadcn-starter/src/App.tsx +2 -2
- package/dist/shadcn-starter/src/apolloClient.ts +1 -1
- package/dist/shadcn-starter/src/components/atoms/accordion.tsx +1 -1
- package/dist/shadcn-starter/src/components/atoms/alert-dialog.tsx +2 -3
- package/dist/shadcn-starter/src/components/atoms/alert.tsx +1 -1
- package/dist/shadcn-starter/src/components/atoms/avatar.tsx +1 -1
- package/dist/shadcn-starter/src/components/atoms/badge.tsx +1 -1
- package/dist/shadcn-starter/src/components/atoms/breadcrumb.tsx +1 -1
- package/dist/shadcn-starter/src/components/atoms/button.tsx +1 -1
- package/dist/shadcn-starter/src/components/atoms/calendar.tsx +3 -4
- package/dist/shadcn-starter/src/components/atoms/carousel.tsx +2 -3
- package/dist/shadcn-starter/src/components/atoms/checkbox.tsx +1 -1
- package/dist/shadcn-starter/src/components/atoms/command.tsx +3 -4
- package/dist/shadcn-starter/src/components/atoms/context-menu.tsx +1 -1
- package/dist/shadcn-starter/src/components/atoms/dialog.tsx +1 -1
- package/dist/shadcn-starter/src/components/atoms/dropdown-menu.tsx +1 -1
- package/dist/shadcn-starter/src/components/atoms/form.tsx +5 -6
- package/dist/shadcn-starter/src/components/atoms/hover-card.tsx +1 -1
- package/dist/shadcn-starter/src/components/atoms/input-otp.tsx +1 -1
- package/dist/shadcn-starter/src/components/atoms/label.tsx +1 -1
- package/dist/shadcn-starter/src/components/atoms/menubar.tsx +1 -1
- package/dist/shadcn-starter/src/components/atoms/navigation-menu.tsx +1 -1
- package/dist/shadcn-starter/src/components/atoms/pagination.tsx +3 -9
- package/dist/shadcn-starter/src/components/atoms/popover.tsx +1 -1
- package/dist/shadcn-starter/src/components/atoms/progress.tsx +1 -1
- package/dist/shadcn-starter/src/components/atoms/radio-group.tsx +1 -1
- package/dist/shadcn-starter/src/components/atoms/scroll-area.tsx +1 -1
- package/dist/shadcn-starter/src/components/atoms/select.tsx +1 -1
- package/dist/shadcn-starter/src/components/atoms/separator.tsx +1 -1
- package/dist/shadcn-starter/src/components/atoms/sheet.tsx +1 -1
- package/dist/shadcn-starter/src/components/atoms/sidebar.tsx +6 -7
- package/dist/shadcn-starter/src/components/atoms/slider.tsx +1 -1
- package/dist/shadcn-starter/src/components/atoms/switch.tsx +1 -1
- package/dist/shadcn-starter/src/components/atoms/tabs.tsx +1 -1
- package/dist/shadcn-starter/src/components/atoms/toggle-group.tsx +3 -4
- package/dist/shadcn-starter/src/components/atoms/toggle.tsx +1 -1
- package/dist/shadcn-starter/src/components/atoms/tooltip.tsx +1 -1
- package/dist/shadcn-starter/src/hooks/use-toast.ts +1 -1
- package/dist/shadcn-starter/src/lib/utils.ts +1 -1
- package/dist/shadcn-starter/src/pages/NotFound.tsx +1 -1
- package/dist/shadcn-starter/vite.config.ts +2 -2
- package/dist/src/builder.js +2 -2
- package/dist/src/builder.js.map +1 -1
- package/dist/src/commands/copy-example.d.ts.map +1 -1
- package/dist/src/commands/copy-example.js +3 -3
- package/dist/src/commands/copy-example.js.map +1 -1
- package/dist/src/commands/generate-client.d.ts +1 -1
- package/dist/src/commands/generate-client.d.ts.map +1 -1
- package/dist/src/commands/generate-client.js +6 -6
- package/dist/src/commands/generate-client.js.map +1 -1
- package/dist/src/configure-starter.js +3 -3
- package/dist/src/configure-starter.js.map +1 -1
- package/dist/src/delete-directory.js +2 -2
- package/dist/src/delete-directory.js.map +1 -1
- package/dist/src/generator/generateComponents.d.ts +1 -1
- package/dist/src/generator/generateComponents.d.ts.map +1 -1
- package/dist/src/generator/generateComponents.js +5 -5
- package/dist/src/generator/generateComponents.js.map +1 -1
- package/dist/src/generator/templates/component.ejs.specs.js +4 -4
- package/dist/src/generator/templates/component.ejs.specs.js.map +1 -1
- package/dist/src/generator/templates/component.ejs.specs.ts +4 -4
- package/dist/src/generator/templates/page.ejs.specs.js +4 -4
- package/dist/src/generator/templates/page.ejs.specs.js.map +1 -1
- package/dist/src/generator/templates/page.ejs.specs.ts +4 -4
- package/dist/src/generator/type-guidance-builder.d.ts +2 -2
- package/dist/src/generator/type-guidance-builder.d.ts.map +1 -1
- package/dist/src/generator/type-guidance-builder.js +2 -2
- package/dist/src/generator/type-guidance-builder.js.map +1 -1
- package/dist/src/graphql-type-extractor.js +1 -1
- package/dist/src/graphql-type-extractor.js.map +1 -1
- package/dist/src/run-codegen.js +3 -3
- package/dist/src/run-codegen.js.map +1 -1
- package/dist/src/scaffold-gql-operations.d.ts +1 -1
- package/dist/src/scaffold-gql-operations.d.ts.map +1 -1
- package/dist/src/scaffold-gql-operations.js +5 -5
- package/dist/src/scaffold-gql-operations.js.map +1 -1
- package/dist/src/scaffold-gql-operations.specs.js +1 -1
- package/dist/src/scaffold-gql-operations.specs.js.map +1 -1
- package/dist/src/templates/createFile.js +3 -3
- package/dist/src/templates/createFile.js.map +1 -1
- package/dist/src/write-graphql-schema.js +2 -2
- package/dist/src/write-graphql-schema.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -8
- package/dist/mui-starter/eslint.config.ts +0 -57
- package/dist/shadcn-starter/eslint.config.ts +0 -57
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @auto-engineer/frontend-react-graphql-generator
|
|
2
2
|
|
|
3
|
+
## 0.14.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Rewrite CLI and Pipeline
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies []:
|
|
12
|
+
- @auto-engineer/ai-gateway@0.14.0
|
|
13
|
+
- @auto-engineer/message-bus@0.14.0
|
|
14
|
+
|
|
3
15
|
## 0.13.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -8,13 +8,9 @@
|
|
|
8
8
|
"start": "vite",
|
|
9
9
|
"build": "vite build",
|
|
10
10
|
"build:dev": "vite build --mode development",
|
|
11
|
-
"lint": "eslint .",
|
|
12
11
|
"preview": "vite preview",
|
|
13
12
|
"codegen": "graphql-codegen --config codegen.ts",
|
|
14
|
-
"format": "prettier --write \"**/*.{js,ts,json,md,yml,yaml}\" --ignore-path ../../../.prettierignore --log-level warn",
|
|
15
13
|
"type:check": "tsc --noEmit",
|
|
16
|
-
"lint:fix": "eslint .",
|
|
17
|
-
"format:fix": "prettier --write \"**/*.{js,ts,json,md,yml,yaml}\" --ignore-path ../../../.prettierignore --log-level warn",
|
|
18
14
|
"auto-configure": "tsx auto-configure.ts"
|
|
19
15
|
},
|
|
20
16
|
"dependencies": {
|
|
@@ -49,7 +45,6 @@
|
|
|
49
45
|
"commander": "^14.0.0"
|
|
50
46
|
},
|
|
51
47
|
"devDependencies": {
|
|
52
|
-
"@eslint/js": "^9.9.0",
|
|
53
48
|
"@graphql-codegen/cli": "3.2.0",
|
|
54
49
|
"@graphql-codegen/client-preset": "2.1.0",
|
|
55
50
|
"@graphql-typed-document-node/core": "^3.2.0",
|
|
@@ -58,13 +53,8 @@
|
|
|
58
53
|
"@types/react-dom": "^18.3.0",
|
|
59
54
|
"@vitejs/plugin-react": "^4.7.0",
|
|
60
55
|
"autoprefixer": "^10.4.20",
|
|
61
|
-
"eslint": "^9.9.0",
|
|
62
|
-
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
|
63
|
-
"eslint-plugin-react-refresh": "^0.4.9",
|
|
64
|
-
"globals": "^15.9.0",
|
|
65
56
|
"postcss": "^8.4.47",
|
|
66
57
|
"typescript": "^5.5.3",
|
|
67
|
-
"typescript-eslint": "^8.0.1",
|
|
68
58
|
"vite": "^5.4.1"
|
|
69
59
|
}
|
|
70
60
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ApolloProvider } from '@apollo/client';
|
|
2
|
+
import { ThemeProvider } from '@mui/material';
|
|
2
3
|
import { BrowserRouter, Route, Routes } from 'react-router-dom';
|
|
4
|
+
import { apolloClient } from '@/apolloClient';
|
|
3
5
|
import { Index } from '@/pages/Index';
|
|
4
6
|
import { NotFound } from '@/pages/NotFound';
|
|
5
|
-
import { apolloClient } from '@/apolloClient';
|
|
6
|
-
import { ThemeProvider } from '@mui/material';
|
|
7
7
|
import { theme } from '@/theme.ts';
|
|
8
8
|
|
|
9
9
|
export const App = () => (
|
|
@@ -8,14 +8,10 @@
|
|
|
8
8
|
"start": "vite",
|
|
9
9
|
"build": "vite build",
|
|
10
10
|
"build:dev": "vite build --mode development",
|
|
11
|
-
"lint": "eslint .",
|
|
12
11
|
"preview": "vite preview",
|
|
13
12
|
"codegen": "graphql-codegen --config codegen.ts",
|
|
14
|
-
"format": "prettier --write \"**/*.{js,ts,json,md,yml,yaml}\" --ignore-path ../../../.prettierignore --log-level warn",
|
|
15
13
|
"type:check": "tsc --noEmit",
|
|
16
14
|
"type-check": "tsc --noEmit",
|
|
17
|
-
"lint:fix": "eslint .",
|
|
18
|
-
"format:fix": "prettier --write \"**/*.{js,ts,json,md,yml,yaml}\" --ignore-path ../../../.prettierignore --log-level warn",
|
|
19
15
|
"auto-configure": "tsx auto-configure.ts"
|
|
20
16
|
},
|
|
21
17
|
"dependencies": {
|
|
@@ -76,7 +72,6 @@
|
|
|
76
72
|
"zod": "^3.25.63"
|
|
77
73
|
},
|
|
78
74
|
"devDependencies": {
|
|
79
|
-
"@eslint/js": "^9.9.0",
|
|
80
75
|
"@graphql-codegen/cli": "3.2.0",
|
|
81
76
|
"@graphql-codegen/client-preset": "2.1.0",
|
|
82
77
|
"@graphql-typed-document-node/core": "^3.2.0",
|
|
@@ -87,14 +82,9 @@
|
|
|
87
82
|
"@types/recharts": "^2.0.1",
|
|
88
83
|
"@vitejs/plugin-react": "^4.7.0",
|
|
89
84
|
"autoprefixer": "^10.4.20",
|
|
90
|
-
"eslint": "^9.9.0",
|
|
91
|
-
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
|
92
|
-
"eslint-plugin-react-refresh": "^0.4.9",
|
|
93
|
-
"globals": "^15.9.0",
|
|
94
85
|
"postcss": "^8.4.47",
|
|
95
86
|
"tailwindcss": "^3.4.11",
|
|
96
87
|
"typescript": "^5.4.5",
|
|
97
|
-
"typescript-eslint": "^8.0.1",
|
|
98
88
|
"vite": "^5.4.1"
|
|
99
89
|
}
|
|
100
90
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ApolloProvider } from '@apollo/client';
|
|
2
|
+
import type React from 'react';
|
|
2
3
|
// import { Toaster } from '@/components/atoms/toaster';
|
|
3
4
|
// import { Toaster as Sonner } from '@/components/atoms/sonner';
|
|
4
5
|
// import { TooltipProvider } from '@/components/atoms/tooltip';
|
|
5
6
|
import { BrowserRouter, Route, Routes } from 'react-router-dom';
|
|
6
|
-
import { NotFound } from '@/pages/NotFound';
|
|
7
7
|
import { apolloClient } from '@/apolloClient';
|
|
8
|
-
import
|
|
8
|
+
import { NotFound } from '@/pages/NotFound';
|
|
9
9
|
|
|
10
10
|
// Type assertion workaround for React component type issues
|
|
11
11
|
const ApolloProviderTyped = ApolloProvider as any;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
|
3
|
-
|
|
4
|
-
import { cn } from '@/lib/utils';
|
|
2
|
+
import * as React from 'react';
|
|
5
3
|
import { buttonVariants } from '@/components/atoms/button';
|
|
4
|
+
import { cn } from '@/lib/utils';
|
|
6
5
|
|
|
7
6
|
const AlertDialog = AlertDialogPrimitive.Root;
|
|
8
7
|
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import * as React from 'react';
|
|
4
3
|
import { ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon } from 'lucide-react';
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
import { cn } from '@/lib/utils';
|
|
4
|
+
import * as React from 'react';
|
|
5
|
+
import { type DayButton, DayPicker, getDefaultClassNames } from 'react-day-picker';
|
|
8
6
|
import { Button, buttonVariants } from '@/components/atoms/button';
|
|
7
|
+
import { cn } from '@/lib/utils';
|
|
9
8
|
|
|
10
9
|
function Calendar({
|
|
11
10
|
className,
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import useEmblaCarousel, { type UseEmblaCarouselType } from 'embla-carousel-react';
|
|
3
2
|
import { ArrowLeft, ArrowRight } from 'lucide-react';
|
|
4
|
-
|
|
5
|
-
import { cn } from '@/lib/utils';
|
|
3
|
+
import * as React from 'react';
|
|
6
4
|
import { Button } from '@/components/atoms/button';
|
|
5
|
+
import { cn } from '@/lib/utils';
|
|
7
6
|
|
|
8
7
|
type CarouselApi = UseEmblaCarouselType[1];
|
|
9
8
|
type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import
|
|
4
|
-
import { type DialogProps } from '@radix-ui/react-dialog';
|
|
3
|
+
import type { DialogProps } from '@radix-ui/react-dialog';
|
|
5
4
|
import { Command as CommandPrimitive } from 'cmdk';
|
|
6
5
|
import { Search } from 'lucide-react';
|
|
7
|
-
|
|
8
|
-
import { cn } from '@/lib/utils';
|
|
6
|
+
import * as React from 'react';
|
|
9
7
|
import { Dialog, DialogContent } from '@/components/atoms/dialog';
|
|
8
|
+
import { cn } from '@/lib/utils';
|
|
10
9
|
|
|
11
10
|
const Command = React.forwardRef<
|
|
12
11
|
React.ElementRef<typeof CommandPrimitive>,
|
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
1
|
+
import type * as LabelPrimitive from '@radix-ui/react-label';
|
|
3
2
|
import { Slot } from '@radix-ui/react-slot';
|
|
3
|
+
import * as React from 'react';
|
|
4
4
|
import {
|
|
5
5
|
Controller,
|
|
6
|
-
FormProvider,
|
|
7
|
-
useFormContext,
|
|
8
6
|
type ControllerProps,
|
|
9
7
|
type FieldPath,
|
|
10
8
|
type FieldValues,
|
|
9
|
+
FormProvider,
|
|
10
|
+
useFormContext,
|
|
11
11
|
} from 'react-hook-form';
|
|
12
|
-
|
|
13
|
-
import { cn } from '@/lib/utils';
|
|
14
12
|
import { Label } from '@/components/atoms/label';
|
|
13
|
+
import { cn } from '@/lib/utils';
|
|
15
14
|
|
|
16
15
|
const Form = FormProvider;
|
|
17
16
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
|
3
2
|
import { cva } from 'class-variance-authority';
|
|
4
3
|
import { ChevronDown } from 'lucide-react';
|
|
4
|
+
import * as React from 'react';
|
|
5
5
|
|
|
6
6
|
import { cn } from '@/lib/utils';
|
|
7
7
|
|
|
@@ -1,16 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { ChevronLeft, ChevronRight, MoreHorizontal } from 'lucide-react';
|
|
3
|
-
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { type ButtonProps, buttonVariants } from '@/components/atoms/button';
|
|
4
4
|
import { cn } from '@/lib/utils';
|
|
5
|
-
import { ButtonProps, buttonVariants } from '@/components/atoms/button';
|
|
6
5
|
|
|
7
6
|
const Pagination = ({ className, ...props }: React.ComponentProps<'nav'>) => (
|
|
8
|
-
<nav
|
|
9
|
-
role="navigation"
|
|
10
|
-
aria-label="pagination"
|
|
11
|
-
className={cn('mx-auto flex w-full justify-center', className)}
|
|
12
|
-
{...props}
|
|
13
|
-
/>
|
|
7
|
+
<nav aria-label="pagination" className={cn('mx-auto flex w-full justify-center', className)} {...props} />
|
|
14
8
|
);
|
|
15
9
|
Pagination.displayName = 'Pagination';
|
|
16
10
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import * as React from 'react';
|
|
4
3
|
import * as SheetPrimitive from '@radix-ui/react-dialog';
|
|
5
4
|
import { cva, type VariantProps } from 'class-variance-authority';
|
|
6
5
|
import { X } from 'lucide-react';
|
|
6
|
+
import * as React from 'react';
|
|
7
7
|
|
|
8
8
|
import { cn } from '@/lib/utils';
|
|
9
9
|
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { Slot } from '@radix-ui/react-slot';
|
|
3
|
-
import {
|
|
2
|
+
import { cva, type VariantProps } from 'class-variance-authority';
|
|
4
3
|
import { PanelLeft } from 'lucide-react';
|
|
5
|
-
|
|
6
|
-
import { useMobile } from '@/hooks/use-mobile';
|
|
7
|
-
import { cn } from '@/lib/utils';
|
|
4
|
+
import * as React from 'react';
|
|
8
5
|
import { Button } from '@/components/atoms/button';
|
|
9
6
|
import { Input } from '@/components/atoms/input';
|
|
10
7
|
import { Separator } from '@/components/atoms/separator';
|
|
11
8
|
import { Sheet, SheetContent, SheetDescription, SheetHeader, SheetTitle } from '@/components/atoms/sheet';
|
|
12
9
|
import { Skeleton } from '@/components/atoms/skeleton';
|
|
13
10
|
import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from '@/components/atoms/tooltip';
|
|
11
|
+
import { useMobile } from '@/hooks/use-mobile';
|
|
12
|
+
import { cn } from '@/lib/utils';
|
|
14
13
|
|
|
15
14
|
const SIDEBAR_COOKIE_NAME = 'sidebar_state';
|
|
16
15
|
const SIDEBAR_COOKIE_MAX_AGE = 60 * 60 * 24 * 7;
|
|
@@ -73,7 +72,7 @@ const SidebarProvider = React.forwardRef<
|
|
|
73
72
|
// Helper to toggle the sidebar.
|
|
74
73
|
const toggleSidebar = React.useCallback(() => {
|
|
75
74
|
return isMobile ? setOpenMobile((open) => !open) : setOpen((open) => !open);
|
|
76
|
-
}, [isMobile, setOpen
|
|
75
|
+
}, [isMobile, setOpen]);
|
|
77
76
|
|
|
78
77
|
// Adds a keyboard shortcut to toggle the sidebar.
|
|
79
78
|
React.useEffect(() => {
|
|
@@ -102,7 +101,7 @@ const SidebarProvider = React.forwardRef<
|
|
|
102
101
|
setOpenMobile,
|
|
103
102
|
toggleSidebar,
|
|
104
103
|
}),
|
|
105
|
-
[state, open, setOpen, isMobile, openMobile,
|
|
104
|
+
[state, open, setOpen, isMobile, openMobile, toggleSidebar],
|
|
106
105
|
);
|
|
107
106
|
|
|
108
107
|
return (
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import * as React from 'react';
|
|
4
3
|
import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
import { cn } from '@/lib/utils';
|
|
4
|
+
import type { VariantProps } from 'class-variance-authority';
|
|
5
|
+
import * as React from 'react';
|
|
8
6
|
import { toggleVariants } from '@/components/atoms/toggle';
|
|
7
|
+
import { cn } from '@/lib/utils';
|
|
9
8
|
|
|
10
9
|
const ToggleGroupContext = React.createContext<VariantProps<typeof toggleVariants>>({
|
|
11
10
|
size: 'default',
|
package/dist/src/builder.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as fs from 'fs/promises';
|
|
2
|
-
import * as path from 'path';
|
|
1
|
+
import * as fs from 'node:fs/promises';
|
|
2
|
+
import * as path from 'node:path';
|
|
3
3
|
import createDebug from 'debug';
|
|
4
4
|
const debug = createDebug('auto:frontend-generator-react-graphql:builder');
|
|
5
5
|
const debugFiles = createDebug('auto:frontend-generator-react-graphql:builder:files');
|