-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The current code generation system is less helpful than expected:
- The generated files are all very simple, and could simply be copy/pasted instead of generated.
- The
.graphqlfiles require special decorators, which have a limited syntax. - The versioning strategy (only some command files are versioned, but most are ignored and should be regenerated mid-build) is counterintuitive.
- Adding unique features to commands requires ejecting from code generation.
Therefore, we should:
- Replace all
.graphqlfiles with their generated.tscounterparts. - Remove all code generation scripts & dependencies.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request