robmyersrobmyers

Results 4 comments of robmyersrobmyers

I would also like this feature and think a general purpose volume mount approach like the following might work. ```diff diff --git a/dependency-track/templates/backend/deployment.yaml b/dependency-track/templates/backend/deployment.yaml index 33d245c..37d87a7 100644 --- a/third-party/charts/dependency-track/templates/backend/deployment.yaml +++...

Any request without a query body like this one directly from the [docs](https://cosmo-docs.wundergraph.com/tutorial/using-persisted-operations#execute-a-persisted-operation) exhibits the same behavior. ```sh curl 'http://127.0.0.1:3002/graphql' \ -H 'graphql-client-name: curl' \ --json '{"extensions":{"persistedQuery":{"version":1,"sha256Hash":"2d9df67f96ce804da7a9107d33373132a53bf56aec29ef4b4e06569a43a16935"}}}' ``` Here are...

I think this is ready to merge. Even though it fixes a potential crashing bug, I don't think a patch release is needed. In my opinion, it can wait until...

gqlparser v2.5.28 was released and the PR was updated to incorporate it.