Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebase will rebase this MR
$dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.17.26 to 0.17.27.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/99designs/gqlgen/releases">github.com/99designs/gqlgen's releases</a>.</em></p>
<blockquote>
<h2>v0.17.27</h2>
<h2>What's Changed</h2>
<ul>
<li>Add omitempty json tags for nullable fields by <a href="https://github.com/StevenACoffman"><code>@StevenACoffman</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2436">99designs/gqlgen#2436</a></li>
<li>feat: support ApolloSandbox playground by <a href="https://github.com/ergofriend"><code>@ergofriend</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2581">99designs/gqlgen#2581</a></li>
<li>POST transport: missing return and unnecessary logs by <a href="https://github.com/Desuuuu"><code>@Desuuuu</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2584">99designs/gqlgen#2584</a></li>
<li>Revert mstephano <a href="https://github.com/99designs/gqlgen/issues/2486">#2486</a> <a href="https://github.com/99designs/gqlgen/issues/2508">#2508</a> <a href="https://github.com/99designs/gqlgen/issues/2528">#2528</a> by <a href="https://github.com/StevenACoffman"><code>@StevenACoffman</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2587">99designs/gqlgen#2587</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ergofriend"><code>@ergofriend</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2581">99designs/gqlgen#2581</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/99designs/gqlgen/compare/v0.17.26...v0.17.27">https://github.com/99designs/gqlgen/compare/v0.17.26...v0.17.27</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md">github.com/99designs/gqlgen's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/99designs/gqlgen/compare/v0.17.26...v0.17.27">v0.17.27</a> - 2023-03-20</h2>
<ul>
<li>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->5bfcdd63<!-- raw HTML omitted --><!-- raw HTML omitted --> release v0.17.27</p>
</li>
<li>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->aab9b968<!-- raw HTML omitted --><!-- raw HTML omitted --> Revert mstephano <!-- raw HTML omitted --><a href="https://github.com/99designs/gqlgen/issues/2486">#2486</a><!-- raw HTML omitted --> <!-- raw HTML omitted --><a href="https://github.com/99designs/gqlgen/issues/2508">#2508</a><!-- raw HTML omitted --> <!-- raw HTML omitted --><a href="https://github.com/99designs/gqlgen/issues/2528">#2528</a><!-- raw HTML omitted --> (<!-- raw HTML omitted --><a href="https://github.com/99designs/gqlgen/issues/2587">#2587</a><!-- raw HTML omitted -->)</p>
</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>
<p>Add missing return in HTTP POST transport</p>
</li>
<li>
<p>Remove HTTP POST transport logs</p>
</li>
</ul>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<ul>
<li>
<p>feat: support ApolloSandbox playground</p>
</li>
<li>
<p>add initialState to be same behavior as others</p>
</li>
<li>
<p>add docs link of configuration values</p>
</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->0bbc7f8c<!-- raw HTML omitted --><!-- raw HTML omitted --> Add omitempty to struct tags for nullable types (<!-- raw HTML omitted --><a href="https://github.com/99designs/gqlgen/issues/2436">#2436</a><!-- raw HTML omitted -->)</p>
</li>
<li>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->acbae6f0<!-- raw HTML omitted --><!-- raw HTML omitted --> Update Changelog for v0.17.26</p>
</li>
<li>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->fbfa16ea<!-- raw HTML omitted --><!-- raw HTML omitted --> v0.17.26 postrelease bump</p>
</li>
</ul>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/99designs/gqlgen/commit/5bfcdd63e32837969f611922458451460411a79d"><code>5bfcdd6</code></a> release v0.17.27</li>
<li><a href="https://github.com/99designs/gqlgen/commit/aab9b96839f4e3252e67dd81396c2288e545a7d2"><code>aab9b96</code></a> Revert mstephano <a href="https://github.com/99designs/gqlgen/issues/2486">#2486</a> <a href="https://github.com/99designs/gqlgen/issues/2508">#2508</a> <a href="https://github.com/99designs/gqlgen/issues/2528">#2528</a> (<a href="https://github.com/99designs/gqlgen/issues/2587">#2587</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/05500c9d18a95af909ab07712bd470ec6783d047"><code>05500c9</code></a> POST transport: missing return and unnecessary logs (<a href="https://github.com/99designs/gqlgen/issues/2584">#2584</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/622039cb5042631cda3195a4838359e156775e2d"><code>622039c</code></a> feat: support ApolloSandbox playground (<a href="https://github.com/99designs/gqlgen/issues/2581">#2581</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/0bbc7f8ca2b460a9c7e4c17326a84b607546ee52"><code>0bbc7f8</code></a> Add omitempty to struct tags for nullable types (<a href="https://github.com/99designs/gqlgen/issues/2436">#2436</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/acbae6f0867e6fc31992afd55ebf9c28ad0c59a7"><code>acbae6f</code></a> Update Changelog for v0.17.26</li>
<li><a href="https://github.com/99designs/gqlgen/commit/fbfa16ea9c7423db854b25e8d51f570d48d05c08"><code>fbfa16e</code></a> v0.17.26 postrelease bump</li>
<li>See full diff in <a href="https://github.com/99designs/gqlgen/compare/v0.17.26...v0.17.27">compare view</a></li>
</ul>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on this MR
- `$dependabot rebase` will rebase this MR
- `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps github.com/99designs/gqlgen from 0.17.26 to 0.17.27.
Release notes
Sourced from github.com/99designs/gqlgen's releases.
Changelog
Sourced from github.com/99designs/gqlgen's changelog.
Commits
5bfcdd6release v0.17.27aab9b96Revert mstephano #2486 #2508 #2528 (#2587)05500c9POST transport: missing return and unnecessary logs (#2584)622039cfeat: support ApolloSandbox playground (#2581)0bbc7f8Add omitempty to struct tags for nullable types (#2436)acbae6fUpdate Changelog for v0.17.26fbfa16ev0.17.26 postrelease bumpDependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsadded 2 commits
f05b8089- 1 commit from branchmainCompare with previous version
added 1 commit
01fb97e5- chore(deps): bump github.com/99designs/gqlgen from 0.17.26 to 0.17.27Compare with previous version