chore(deps): update module github.com/99designs/gqlgen to v0.17.29 #64
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.17.28
->v0.17.29
Release Notes
99designs/gqlgen
v0.17.29
Compare Source
325405b
release v0.17.297bc1f626 Read gqlgen.yml from io.Reader. (#2607)
Add ReadConfig
Add tests
Update config_test.go
remove extra space to fix lint checks
Need to return the config
50c2829c Transport for application/x-www-form-urlencoded content type (#2611)
There are multiple ways form data can be encoded. 'multipart' is
just one of them - there are also 'application/x-www-form-urlencoded'
(which will be added in next commit) and 'text/plain' encodings.
Let each encoding have it's own form_xxxx file and tests.
This commit adds transport that handles form POST with content
type set to 'application/x-www-form-urlencoded'.
Form body can be json, urlencoded parameters or plain text.
Example:
Enable it in your GQL server with:
No other changes but this rewrite to switch.
8b38c0e9 Add on-close handler for websockets. (#2612)
working without test
test
45488157 Transport for application/graphql contentType (#2592)
This commit adds 'application/graphql' transport. It is based
on POST metod and has only the 'query' part in it's body.
See: https://graphql.org/learn/serving-over-http/#post-request and
it's comment about this content-type.
An example of correct application/graphql query is:
Some clients prefix body with 'query=':
Some clients html encode body payload:
We cleanup both in cleanupBody() method.
Tests are in http_graphql_test.go file.
GRAPHQL transport (like GET, POST and MULTIPART transports) can
have specific response headers added.
This commit adds tests for it and changes doRequest() method
so that we can set inbound Content-Type. Graphql transport
uses 'application/graphql' content-type and not 'application/json'.
21054eb
Cleanup only non-gqlgen packages when reloading all packages (#2598)1c6bf9b
v0.17.28 postrelease bumpConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.