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

feat: add the ability to extend models and graphql mutations/queries from a plugin #12

Closed
brent-hoover opened this issue Jun 15, 2024 · 0 comments · Fixed by #13
Closed

Comments

@brent-hoover
Copy link
Contributor

I think this is probably one of the biggest key features that RC had that allows making modification easy. Allowing any plugin to add fields or functionality to the models and schemas built in other plugins. For example you could add fields to the cart model, and then also add functionality to the addToCart function. I think the main stumbling block will be if TypeGoose allows you to extend models

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

Successfully merging a pull request may close this issue.

1 participant