Skip to content

Commit

Permalink
Upgraded dependency to GraphQLSchemaGenerator and regenerated GraphQL…
Browse files Browse the repository at this point in the history
… schema (note that the target API version remains unchanged).

This was done because the latest version of GraphQLSchemaGenerator now generates non generic IConnection classes, which can be useful.
  • Loading branch information
clement911 committed Nov 15, 2024
1 parent 1617910 commit eae4620
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 33 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
<PackageVersion Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageVersion Include="Wish.GraphQLSchemaGenerator" Version="1.5.4" />
<PackageVersion Include="Wish.GraphQLSchemaGenerator" Version="1.6.0" />
</ItemGroup>
</Project>
Loading

0 comments on commit eae4620

Please sign in to comment.