9a292299 graphql.Error is not deprecated anymore (#2455)
Remove DO NOT EDIT
Sometimes vscode warn about this while editing resolvers code.
Finally the resolver's code is editable and generated at the same time.
Ability to return multiple errors from resolver.
Multiple errors return example
Fix missing import
reformat
gofmt
go generate ./...
go generate ./...
Regenerate
remove trailing period
Prevent entity resolver generation for stub types.
In Federation 2 key fields are implicitly external
Add more comments to "isResolvable"
Check that no resolvers are set for stub "Hello"
Run generate with go 1.16
Simplify implicit external check
Add stricter federation version check.
Update comment on expected behavior of the resolvable argument.
Add comment to documentation about external directive.
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.20 to 0.17.22.
<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.22</h2>
<h2>What's Changed</h2>
<ul>
<li>Implicit external check by <a href="https://github.com/jclyons52"><code>@jclyons52</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2449">99designs/gqlgen#2449</a></li>
<li>Ability to return multiple errors from resolvers raise than add it to stack. by <a href="https://github.com/atzedus"><code>@atzedus</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2454">99designs/gqlgen#2454</a></li>
<li>graphql.Error is not deprecated anymore by <a href="https://github.com/atzedus"><code>@atzedus</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2455">99designs/gqlgen#2455</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/jclyons52"><code>@jclyons52</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2449">99designs/gqlgen#2449</a></li>
<li><a href="https://github.com/atzedus"><code>@atzedus</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2454">99designs/gqlgen#2454</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/99designs/gqlgen/compare/v0.17.21...v0.17.22">https://github.com/99designs/gqlgen/compare/v0.17.21...v0.17.22</a></p>
<h2>v0.17.21</h2>
<h2>What's Changed</h2>
<ul>
<li>Update module mitchellh/mapstructure to 1.5.0 by <a href="https://github.com/StevenACoffman"><code>@StevenACoffman</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2111">99designs/gqlgen#2111</a></li>
<li>Bump jsdom and jest in /integration by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2388">99designs/gqlgen#2388</a></li>
<li>Add global typescript in CI integration check by <a href="https://github.com/StevenACoffman"><code>@StevenACoffman</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2390">99designs/gqlgen#2390</a></li>
<li>Bump got and <code>@graphql-codegen/cli</code> in /integration by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2389">99designs/gqlgen#2389</a></li>
<li>Update README.md by <a href="https://github.com/rentiansheng"><code>@rentiansheng</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2391">99designs/gqlgen#2391</a></li>
<li>Add json.Number support to UnmarshalString by <a href="https://github.com/Desuuuu"><code>@Desuuuu</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2396">99designs/gqlgen#2396</a></li>
<li>optional return pointers in unmarshalInput by <a href="https://github.com/LuciferInLove"><code>@LuciferInLove</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2397">99designs/gqlgen#2397</a></li>
<li>Fix for <a href="https://github.com/99designs/gqlgen/issues/1274">#1274</a>. by <a href="https://github.com/chaitanyamaili"><code>@chaitanyamaili</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2411">99designs/gqlgen#2411</a></li>
<li>Add resolver commit by <a href="https://github.com/voslartomas"><code>@voslartomas</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2434">99designs/gqlgen#2434</a></li>
<li>Check if go.mod exists while init by <a href="https://github.com/soeti"><code>@soeti</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2432">99designs/gqlgen#2432</a></li>
<li>docs : embedding schema in generated code by <a href="https://github.com/schafle"><code>@schafle</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2351">99designs/gqlgen#2351</a></li>
<li>Bump minimatch from 3.0.4 to 3.1.2 in /integration by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2435">99designs/gqlgen#2435</a></li>
<li>Bump decode-uri-component from 0.2.0 to 0.2.2 in /integration by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2445">99designs/gqlgen#2445</a></li>
<li>fix: safe http error response by <a href="https://github.com/koniuszy"><code>@koniuszy</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2438">99designs/gqlgen#2438</a></li>
<li>use goField directive for getters generation by <a href="https://github.com/StevenACoffman"><code>@StevenACoffman</code></a> in <a href="https://github.com/99designs/gqlgen/pull/2447">99designs/gqlgen#2447</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/rentiansheng"><code>@rentiansheng</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2391">99designs/gqlgen#2391</a></li>
<li><a href="https://github.com/LuciferInLove"><code>@LuciferInLove</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2397">99designs/gqlgen#2397</a></li>
<li><a href="https://github.com/chaitanyamaili"><code>@chaitanyamaili</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2411">99designs/gqlgen#2411</a></li>
<li><a href="https://github.com/voslartomas"><code>@voslartomas</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2434">99designs/gqlgen#2434</a></li>
<li><a href="https://github.com/soeti"><code>@soeti</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2432">99designs/gqlgen#2432</a></li>
<li><a href="https://github.com/koniuszy"><code>@koniuszy</code></a> made their first contribution in <a href="https://github.com/99designs/gqlgen/pull/2438">99designs/gqlgen#2438</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/99designs/gqlgen/compare/v0.17.20...v0.17.21">https://github.com/99designs/gqlgen/compare/v0.17.20...v0.17.21</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.21...v0.17.22">v0.17.22</a> - 2022-12-08</h2>
<ul>
<li>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->d6579466<!-- raw HTML omitted --><!-- raw HTML omitted --> release v0.17.22</p>
</li>
<li>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->9a292299<!-- raw HTML omitted --><!-- raw HTML omitted --> graphql.Error is not deprecated anymore (<!-- raw HTML omitted --><a href="https://github.com/99designs/gqlgen/issues/2455">#2455</a><!-- raw HTML omitted -->)</p>
</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Remove DO NOT EDIT</li>
</ul>
<p>Sometimes vscode warn about this while editing resolvers code.
Finally the resolver's code is editable and generated at the same time.</p>
<ul>
<li>
<p>Ability to return multiple errors from resolver.</p>
</li>
<li>
<p>Multiple errors return example</p>
</li>
<li>
<p>Fix missing import</p>
</li>
<li>
<p>reformat</p>
</li>
<li>
<p>gofmt</p>
</li>
<li>
<p>go generate ./...</p>
</li>
<li>
<p>go generate ./...</p>
</li>
<li>
<p>Regenerate</p>
</li>
<li>
<p>remove trailing period</p>
</li>
</ul>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<ul>
<li>
<p>Prevent entity resolver generation for stub types.
In Federation 2 key fields are implicitly external</p>
</li>
<li>
<p>Add more comments to "isResolvable"</p>
</li>
<li>
<p>Check that no resolvers are set for stub "Hello"</p>
</li>
<li>
<p>Run generate with go 1.16</p>
</li>
<li>
<p>Simplify implicit external check</p>
</li>
<li>
<p>Add stricter federation version check.
Update comment on expected behavior of the resolvable argument.
Add comment to documentation about external directive.</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/d6579466a12896270f8b96543f8b9490ce3626e1"><code>d657946</code></a> release v0.17.22</li>
<li><a href="https://github.com/99designs/gqlgen/commit/9a2922997512939cd116983d267720505d45584b"><code>9a29229</code></a> graphql.Error is not deprecated anymore (<a href="https://github.com/99designs/gqlgen/issues/2455">#2455</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/a44685b258710d56e1ce9f2374ca7ee577d37295"><code>a44685b</code></a> Ability to return multiple errors from resolvers raise than add it to stack. ...</li>
<li><a href="https://github.com/99designs/gqlgen/commit/db1e3b81e71adcbad5143cf4b91fb402bb7ceba6"><code>db1e3b8</code></a> Implicit external check (<a href="https://github.com/99designs/gqlgen/issues/2449">#2449</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/5065163c99cda23ae9d789da5cdd5896107540a3"><code>5065163</code></a> Re-generate and update release checklist to regenerate for new version</li>
<li><a href="https://github.com/99designs/gqlgen/commit/5cfc22de31bbcb17ca15d090d9c2565f825950bd"><code>5cfc22d</code></a> Add v0.17.21 Release notes</li>
<li><a href="https://github.com/99designs/gqlgen/commit/5d39046df9cea9cb83e3fca08e2f60e972adbb96"><code>5d39046</code></a> v0.17.21 postrelease bump</li>
<li><a href="https://github.com/99designs/gqlgen/commit/9deb8381725196dc2a7f2234457d8f6b0e145aab"><code>9deb838</code></a> release v0.17.21</li>
<li><a href="https://github.com/99designs/gqlgen/commit/5c083c792afa0b0ab9fd61221df7681922b6c723"><code>5c083c7</code></a> use goField directive for getters generation (<a href="https://github.com/99designs/gqlgen/issues/2447">#2447</a>)</li>
<li><a href="https://github.com/99designs/gqlgen/commit/463d213465bb561fbceb1374cf1ea89bd8e54705"><code>463d213</code></a> fix: safe http error response (<a href="https://github.com/99designs/gqlgen/issues/2438">#2438</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/99designs/gqlgen/compare/v0.17.20...v0.17.22">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.20 to 0.17.22.
Release notes
Sourced from github.com/99designs/gqlgen's releases.
Changelog
Sourced from github.com/99designs/gqlgen's changelog.
... (truncated)
Commits
d657946release v0.17.229a29229graphql.Error is not deprecated anymore (#2455)a44685bAbility to return multiple errors from resolvers raise than add it to stack. ...db1e3b8Implicit external check (#2449)5065163Re-generate and update release checklist to regenerate for new version5cfc22dAdd v0.17.21 Release notes5d39046v0.17.21 postrelease bump9deb838release v0.17.215c083c7use goField directive for getters generation (#2447)463d213fix: safe http error response (#2438)Dependabot 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
93162e03- 1 commit from branchmainCompare with previous version
added 2 commits
658305e6- 1 commit from branchmainCompare with previous version
added 1 commit
27c78d80- chore(deps): bump github.com/99designs/gqlgen from 0.17.20 to 0.17.22Compare with previous version