Tyler Sullivan
Tyler Sullivan
In VS Code I solve this issue by running the "reload window" command. `Ctrl + shift + p` then type "reload window"
@mootari Thanks for reporting this. I will look into this. Am I correct to assume the expected behavior here is for the read query to not flop on a null...
@mootari In the meantime, it seems like setting `compute_from_create` to true would benefit you here (assuming the graphql response from your create mutation would return the most accurate representation of...
Hi folks, I believe that #96 by @dlecocq should be a fix for this issue, at least for non-string values such as float64 and integers. Released in v2.5.5
Thank you, @dlecocq. I have not have any capacity to maintain this provider the past year or so so I appreciate the contribution. This should help a lot.
@dlecocq This will be tagged as v2.5.5 which is being released right now. It should be available soon.
@robwolff3 So there is one really tricky thing about a generic provider such as this one. That is, the resources it manages are arbitrary, so there is no standard for...
@QuingKhaos The `id_attribute` route is what I was thinking is most sound. My only reservation about this now is backward compatibility. I have to ensure the IDs do not change...