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.35 to 0.17.36.
<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.36</h2>
<h2>What's Changed</h2>
<ul>
<li>Update gqlparser to v2.5.8 by <a href="https://github.com/StevenACoffman"><code>@StevenACoffman</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2716">99designs/gqlgen#2716</a></li>
<li>Added go mod tidy to quick start guide by <a href="https://github.com/UnAfraid"><code>@UnAfraid</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2718">99designs/gqlgen#2718</a></li>
<li>docs: update dataloader docs by <a href="https://github.com/zenyui"><code>@zenyui</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2719">99designs/gqlgen#2719</a></li>
<li>Fix docs by <a href="https://github.com/zenyui"><code>@zenyui</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2722">99designs/gqlgen#2722</a></li>
<li>Fixed Data Loader docs by <a href="https://github.com/UnAfraid"><code>@UnAfraid</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2723">99designs/gqlgen#2723</a></li>
<li>Make the resolver implementation configurable via a new template resolver.gotpl by <a href="https://github.com/penard-cb"><code>@penard-cb</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2720">99designs/gqlgen#2720</a></li>
<li>fix: Don't set the package variable for the new Resolver Template by <a href="https://github.com/penard-cb"><code>@penard-cb</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2725">99designs/gqlgen#2725</a></li>
<li>Make models configurable via template by <a href="https://github.com/penard-cb"><code>@penard-cb</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2730">99designs/gqlgen#2730</a></li>
<li>Fix plugin template resolution by <a href="https://github.com/douglaswth"><code>@douglaswth</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2733">99designs/gqlgen#2733</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/penard-cb"><code>@penard-cb</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2720">99designs/gqlgen#2720</a></li>
<li><a href="https://github.com/douglaswth"><code>@douglaswth</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2733">99designs/gqlgen#2733</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/99designs/gqlgen/compare/v0.17.35...v0.17.36">https://github.com/99designs/gqlgen/compare/v0.17.35...v0.17.36</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.35...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/bd6cfd3108818cd060a06491052c36fb6f5e4be3"><code>bd6cfd3</code></a> release v0.17.36</li>
<li><a href="https://github.com/99designs/gqlgen/commit/60ec0d86847c97cd45c6e431d49b7ccf50efeeb9"><code>60ec0d8</code></a> Fix plugin template resolution (<a href="https://github.com/99designs/gqlgen/issues/2733">#2733</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/76d444c15fc1d98538648a229f41ed7b4573bad7"><code>76d444c</code></a> Make models configurable via template (<a href="https://github.com/99designs/gqlgen/issues/2730">#2730</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/abe3ffde59d6a0d942a9ac2d1b657287f75efa67"><code>abe3ffd</code></a> Don't set the package variable for the new Resolver Template (<a href="https://github.com/99designs/gqlgen/issues/2725">#2725</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/febf9566224b3e3ad0e32903fd46d9005d6a7748"><code>febf956</code></a> Make the resolver implementation configurable via a new template resolver.got...</li>
<li><a href="https://github.com/99designs/gqlgen/commit/bda3026043f187bf00f039d1c3648d5b1a8e4998"><code>bda3026</code></a> Fixed Data Loader docs (<a href="https://github.com/99designs/gqlgen/issues/2723">#2723</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/16c9eb64ed04218e927a74199a57f951bfb452b1"><code>16c9eb6</code></a> Fix docs (<a href="https://github.com/99designs/gqlgen/issues/2722">#2722</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/b233a01bf7eeb9f9ddc590a7dd72058da28d88df"><code>b233a01</code></a> docs: update dataloader docs (<a href="https://github.com/99designs/gqlgen/issues/2719">#2719</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/cccc7389c10cdd4ef4eb7b9541dedb0f9cf74a97"><code>cccc738</code></a> Added go mod tidy to quick start guide (<a href="https://github.com/99designs/gqlgen/issues/2718">#2718</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/9adc7b81ac27c157e597d369e4499353f0f6b0b0"><code>9adc7b8</code></a> Update gqlparser to v2.5.8 (<a href="https://github.com/99designs/gqlgen/issues/2716">#2716</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/99designs/gqlgen/compare/v0.17.35...v0.17.36">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.35 to 0.17.36.
Release notes
Sourced from github.com/99designs/gqlgen's releases.
Changelog
Sourced from github.com/99designs/gqlgen's changelog.
Commits
bd6cfd3release v0.17.3660ec0d8Fix plugin template resolution (#2733)76d444cMake models configurable via template (#2730)abe3ffdDon't set the package variable for the new Resolver Template (#2725)febf956Make the resolver implementation configurable via a new template resolver.got...bda3026Fixed Data Loader docs (#2723)16c9eb6Fix docs (#2722)b233a01docs: update dataloader docs (#2719)cccc738Added go mod tidy to quick start guide (#2718)9adc7b8Update gqlparser to v2.5.8 (#2716)Dependabot 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
6ec07717- 1 commit from branchmaine8837aa5- chore(deps): bump github.com/99designs/gqlgen from 0.17.35 to 0.17.36Compare with previous version