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.36 to 0.17.37.
<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.37</h2>
<h2>What's Changed</h2>
<ul>
<li>Allow GraphiQL headers to be set when creating the playground handler by <a href="https://github.com/mihaip"><code>@mihaip</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2740">99designs/gqlgen#2740</a></li>
<li>On a given interface store which models implement it by <a href="https://github.com/penard-cb"><code>@penard-cb</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2738">99designs/gqlgen#2738</a></li>
<li>Update subsciptions documentation to correctly close channel by <a href="https://github.com/leangaurav"><code>@leangaurav</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2753">99designs/gqlgen#2753</a></li>
<li>Fix gqlgen truncates tag value with colon by <a href="https://github.com/xzzpig"><code>@xzzpig</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2759">99designs/gqlgen#2759</a></li>
<li>return internal types in schema introspection by <a href="https://github.com/elad-aharon"><code>@elad-aharon</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2773">99designs/gqlgen#2773</a></li>
<li>Elad/fix testing doc by <a href="https://github.com/elad-aharon"><code>@elad-aharon</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2774">99designs/gqlgen#2774</a></li>
<li>ensure HasOperationContext checks for nil by <a href="https://github.com/chriscerk"><code>@chriscerk</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2776">99designs/gqlgen#2776</a></li>
<li>docs: short-lived dataloader in sample by <a href="https://github.com/zenyui"><code>@zenyui</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2778">99designs/gqlgen#2778</a></li>
<li>fix flaky test TestSubscriptions by <a href="https://github.com/vikstrous"><code>@vikstrous</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2779">99designs/gqlgen#2779</a></li>
<li>codegen: support <code>go_build_tags</code> option in gqlgen.yaml by <a href="https://github.com/giautm"><code>@giautm</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2784">99designs/gqlgen#2784</a></li>
<li>ForceGenerate parameter to <a href="https://github.com/goModel"><code>@goModel</code></a> added. by <a href="https://github.com/atzedus"><code>@atzedus</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2780">99designs/gqlgen#2780</a></li>
<li>add uuid type by <a href="https://github.com/it512"><code>@it512</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2751">99designs/gqlgen#2751</a></li>
<li>Update gqlparser by <a href="https://github.com/StevenACoffman"><code>@StevenACoffman</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2785">99designs/gqlgen#2785</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/mihaip"><code>@mihaip</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2740">99designs/gqlgen#2740</a></li>
<li><a href="https://github.com/xzzpig"><code>@xzzpig</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2759">99designs/gqlgen#2759</a></li>
<li><a href="https://github.com/elad-aharon"><code>@elad-aharon</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2773">99designs/gqlgen#2773</a></li>
<li><a href="https://github.com/chriscerk"><code>@chriscerk</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2776">99designs/gqlgen#2776</a></li>
<li><a href="https://github.com/it512"><code>@it512</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2751">99designs/gqlgen#2751</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/99designs/gqlgen/compare/v0.17.36...v0.17.37">https://github.com/99designs/gqlgen/compare/v0.17.36...v0.17.37</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.36...v0.17.37">v0.17.37</a> - 2023-09-08</h2>
<ul>
<li>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->ccae370e<!-- raw HTML omitted --><!-- raw HTML omitted --> release v0.17.37</p>
</li>
<li>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->6505f8be<!-- raw HTML omitted --><!-- raw HTML omitted --> Update gqlparser (<!-- raw HTML omitted --><a href="https://github.com/99designs/gqlgen/issues/2785">#2785</a><!-- raw HTML omitted -->)</p>
</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>
<p>add uuid type</p>
</li>
<li>
<p>add uuid example</p>
</li>
<li>
<p>add uuid scalar doc</p>
</li>
<li>
<p>strconv.Quote</p>
</li>
<li>
<p>Apply suggestions from code review</p>
</li>
<li>
<p>fix</p>
</li>
</ul>
<hr />
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<ul>
<li>forceGenerate to docs added</li>
</ul>
<hr />
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<ul>
<li>
<p>codegen: support go_build_tags option in gqlgen.yaml</p>
</li>
<li>
<p>chore: added test</p>
</li>
<li>
<p>docs/content: update config example</p>
</li>
<li>
<p>chore: more comment</p>
</li>
</ul>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<ul>
<li>
<p>fix flaky test TestSubscriptions</p>
</li>
<li>
<p>update other copy of the test</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/99designs/gqlgen/commit/ccae370e96cbca6ce5deaabf28a6d57e3b181b3b"><code>ccae370</code></a> release v0.17.37</li>
<li><a href="https://github.com/99designs/gqlgen/commit/6505f8be0d99593376d6c9a0dea00af5e3c018ea"><code>6505f8b</code></a> Update gqlparser (<a href="https://github.com/99designs/gqlgen/issues/2785">#2785</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/153ec470d993a39c1656fc45432740f1d3dd10ea"><code>153ec47</code></a> add uuid type (<a href="https://github.com/99designs/gqlgen/issues/2751">#2751</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/fa4711801c59d27db887a50e1f8393006268194e"><code>fa47118</code></a> ForceGenerate parameter to <a href="https://github.com/goModel"><code>@goModel</code></a> added. (<a href="https://github.com/99designs/gqlgen/issues/2780">#2780</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/11bb9b1890fd9e5909f06feba7b2985bf09785c9"><code>11bb9b1</code></a> codegen: add support for <code>go_build_tags</code> option in gqlgen.yaml (<a href="https://github.com/99designs/gqlgen/issues/2784">#2784</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/bee47dcf1f3edb95e7a77e612ea27d85a417b12c"><code>bee47dc</code></a> fix flaky test TestSubscriptions (<a href="https://github.com/99designs/gqlgen/issues/2779">#2779</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/a41f4daad66cb0c102bfa09d7bff5a057d378197"><code>a41f4da</code></a> docs: short-lived loader (<a href="https://github.com/99designs/gqlgen/issues/2778">#2778</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/cc4e0ba28375e0ec39c586485fa138c28e5bfcba"><code>cc4e0ba</code></a> ensure HasOperationContext checks for nil (<a href="https://github.com/99designs/gqlgen/issues/2776">#2776</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/a1ca220477092398efc8e587dd653f5cb967d0e9"><code>a1ca220</code></a> fix typo in TESTING.md server path (<a href="https://github.com/99designs/gqlgen/issues/2774">#2774</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/1cde8c3fab65847a6e8d7f423215b786b47c19df"><code>1cde8c3</code></a> return internal types in schema introspection (<a href="https://github.com/99designs/gqlgen/issues/2773">#2773</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/99designs/gqlgen/compare/v0.17.36...v0.17.37">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.36 to 0.17.37.
Release notes
Sourced from github.com/99designs/gqlgen's releases.
Changelog
Sourced from github.com/99designs/gqlgen's changelog.
... (truncated)
Commits
ccae370release v0.17.376505f8bUpdate gqlparser (#2785)153ec47add uuid type (#2751)fa47118ForceGenerate parameter to@goModeladded. (#2780)11bb9b1codegen: add support forgo_build_tagsoption in gqlgen.yaml (#2784)bee47dcfix flaky test TestSubscriptions (#2779)a41f4dadocs: short-lived loader (#2778)cc4e0baensure HasOperationContext checks for nil (#2776)a1ca220fix typo in TESTING.md server path (#2774)1cde8c3return internal types in schema introspection (#2773)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
4063d2cb- 1 commit from branchmainbb8cecb3- chore(deps): bump github.com/99designs/gqlgen from 0.17.36 to 0.17.37Compare with previous version