Results 85 comments of Michael

@rafalp Thanks for that idea. I can see that this is a way to do it, though I'm not quite sold on it's simplicity. In the meantime I did figure...

I opted in, but I only need maybe two of the 15+ config args in the Docker Build 😢 .

There is a fork with struct support: https://github.com/romain-h/python-starlark-go/tree/build-support-struct It does only work on Python 3.10 and below though due to https://bugs.python.org/issue45482

So I tried to use this to implement a JSON scalar. I managed to hook up a handler like this: ``` fragment { config @__clientField(handle: "json"), ... } ``` And...

@taion I use the same setup as graphql-type-json, and it largely seemed to work at first, but if you try to update such a JSON field that is already in...