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

Support structured mutations for well-known types. #46

Open
negz opened this issue Apr 21, 2021 · 0 comments
Open

Support structured mutations for well-known types. #46

negz opened this issue Apr 21, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@negz
Copy link
Member

negz commented Apr 21, 2021

What problem are you facing?

#41 adds board support for creating, updating, and deleting Kubernetes resources via xgql. I believe this technically covers all our use cases and is in some cases the best we can really do - e.g. for types like XRs and managed resources where we don't know the full schema of the resource.

There are however some mutations for well known resources - e.g. installing a provider or a configuration - that will be common and where we do know the schema. It would be ideal if we had 'strongly typed'/'structured' mutations for these types.

How could xgql help solve your problem?

xgql could add structured mutations for well-known types, particularly creating and updating configurations, and providers. At some point we may also want to support working with XRDs and Compositions directly.

@negz negz added the enhancement New feature or request label Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant