#(importantly, loading works the
1 messages · Page 1 of 1 (latest)
What's the error? That the local dir doesn't exist? Or something else? The client generator stuff mostly only worked w/ git sources so wondering if you are just hitting that limitation
panic: returned error 422: {"data":null,"errors":[{"message":"Cannot query field \"stdio\" on type \"Query\".","locations":[{"line":1,"column
":7}],"extensions":{"code":"GRAPHQL_VALIDATION_FAILED"}}]}
yeah could be
wasn't sure how specific my error was to generated client
I just realized that in my case, I could just move that logic to the runtime builder function... The end result is setting up a sidecar container & service binding to it from the runtime container... I could just do that at build, and not worry about loading modules at all from the inner runtime binary. Problem solved? 🙂