Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable composing multiple build steps #8

Closed
tantaman opened this issue Feb 21, 2021 · 2 comments
Closed

enable composing multiple build steps #8

tantaman opened this issue Feb 21, 2021 · 2 comments
Labels

Comments

@tantaman
Copy link
Collaborator

Schema -> Models -> TSGraphQL -> ...

@tantaman
Copy link
Collaborator Author

We have the codegen pipeline which allows us to chain / compose multiple codegen steps (https://github.com/tantaman/aphrodite/blob/main/packages/codegen/src/CodegenPipeline.ts)

but this task is about adding build steps after codegen.

@tantaman
Copy link
Collaborator Author

The initial use case for this was TSGraphQL which would be a build step against generated artifacts. The generalization of this use case would be any build step the leverages generated artifacts. There seems to be near 0 of these use cases outside of TSGraphQL.

Dropping TSGraphQL and instead generating GraphQL directly from Aphrodite schemas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant