grafana / grafana-app-sdk

An SDK for developing apps for grafana using kubernetes-like storage and operators
Apache License 2.0
48 stars 8 forks source link

[codegen] Fix Codegen for Optional `selectableFields` Values #409

Closed IfSentient closed 2 months ago

IfSentient commented 2 months ago

Give selectable field data awareness of if it's an optional field, and have codegen use pointer logic if so.

Resolves https://github.com/grafana/grafana-app-sdk/issues/407