Dependabot commands
You can trigger Dependabot actions by commenting on 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.42 to 0.17.43.
<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.43</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix code generation for federated multi-key, multi-entity types by <a href="https://github.com/bpeters-cmu"><code>@bpeters-cmu</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2877">99designs/gqlgen#2877</a></li>
<li>Add config option to omit root objects from models by <a href="https://github.com/ghjm"><code>@ghjm</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2878">99designs/gqlgen#2878</a></li>
<li>add omitempty config to example gqlgen.yml by <a href="https://github.com/PaulVasilenko"><code>@PaulVasilenko</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2880">99designs/gqlgen#2880</a></li>
<li>Update gqlparser to v2.5.11 by <a href="https://github.com/StevenACoffman"><code>@StevenACoffman</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2882">99designs/gqlgen#2882</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/bpeters-cmu"><code>@bpeters-cmu</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2877">99designs/gqlgen#2877</a></li>
<li><a href="https://github.com/ghjm"><code>@ghjm</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2878">99designs/gqlgen#2878</a></li>
<li><a href="https://github.com/PaulVasilenko"><code>@PaulVasilenko</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2880">99designs/gqlgen#2880</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/99designs/gqlgen/compare/v0.17.42...v0.17.43">https://github.com/99designs/gqlgen/compare/v0.17.42...v0.17.43</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>
<h1>CHANGELOG</h1>
<p>All notable changes to this project will be documented in this file.</p>
<p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>,
and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h2><a href="https://github.com/99designs/gqlgen/compare/v0.17.42...HEAD">Unreleased</a></h2>
<!-- 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/0d5519cfe07019dc29090735f477cf6bc5329c9b"><code>0d5519c</code></a> release v0.17.43</li>
<li><a href="https://github.com/99designs/gqlgen/commit/5779ac2148185a7b9268715a01bcc5ca763f524d"><code>5779ac2</code></a> Update gqlparser to v2.5.11 (<a href="https://github.com/99designs/gqlgen/issues/2882">#2882</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/f06f58b03ed04044ae2e85a4966267623011302a"><code>f06f58b</code></a> add omitempty config to example gqlgen.yml (<a href="https://github.com/99designs/gqlgen/issues/2880">#2880</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/32bdbdd18c1afb496158525490bce0cb1629d5e2"><code>32bdbdd</code></a> Add config option to omit root objects from models (<a href="https://github.com/99designs/gqlgen/issues/2878">#2878</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/5b65689140e4a688f4b49827785bc94044ac6693"><code>5b65689</code></a> Fix code generation for federated multi-key, multi-entity types (<a href="https://github.com/99designs/gqlgen/issues/2877">#2877</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/15c05a78f8590f5bc8ca193e4a82e410c6f4b8d5"><code>15c05a7</code></a> Update changelog</li>
<li><a href="https://github.com/99designs/gqlgen/commit/87a7517aa2300a4e6608686eb5b0bd49210b6f11"><code>87a7517</code></a> v0.17.42 postrelease bump</li>
<li>See full diff in <a href="https://github.com/99designs/gqlgen/compare/v0.17.42...v0.17.43">compare view</a></li>
</ul>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on 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.42 to 0.17.43.
Release notes
Sourced from github.com/99designs/gqlgen's releases.
Changelog
Sourced from github.com/99designs/gqlgen's changelog.
Commits
0d5519crelease v0.17.435779ac2Update gqlparser to v2.5.11 (#2882)f06f58badd omitempty config to example gqlgen.yml (#2880)32bdbddAdd config option to omit root objects from models (#2878)5b65689Fix code generation for federated multi-key, multi-entity types (#2877)15c05a7Update changelog87a7517v0.17.42 postrelease bumpDependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsadded 2 commits
70bb3eb2- 1 commit from branchmain7c9b7ee0- chore(deps): bump github.com/99designs/gqlgen from 0.17.42 to 0.17.43Compare with previous version