Commit 12ce632
Remove old GraphiQL template implementation
With the new standalone React 18 package now fully functional, remove
the deprecated template-based implementation to reduce technical debt.
Changes:
- Deleted packages/app/src/cli/services/dev/graphiql/templates/graphiql.tsx (old template)
- Inlined DEFAULT_SHOP_QUERY constant in server.ts (was imported from deleted template)
- Server now uses React app's default content instead of server-side templates
The modern graphiql-console package handles all UI rendering and default
content through its own constants and components.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent b7a91bc commit 12ce632
File tree
2 files changed
+15
-367
lines changed- packages/app/src/cli/services/dev/graphiql
- templates
2 files changed
+15
-367
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
20 | 33 | | |
21 | 34 | | |
22 | 35 | | |
| |||
181 | 194 | | |
182 | 195 | | |
183 | 196 | | |
184 | | - | |
| 197 | + | |
185 | 198 | | |
186 | 199 | | |
187 | 200 | | |
| |||
0 commit comments