GraphQL.Extension
3.3.0.1
See the version list below for details.
dotnet add package GraphQL.Extension --version 3.3.0.1
NuGet\Install-Package GraphQL.Extension -Version 3.3.0.1
<PackageReference Include="GraphQL.Extension" Version="3.3.0.1" />
paket add GraphQL.Extension --version 3.3.0.1
#r "nuget: GraphQL.Extension, 3.3.0.1"
// Install GraphQL.Extension as a Cake Addin #addin nuget:?package=GraphQL.Extension&version=3.3.0.1 // Install GraphQL.Extension as a Cake Tool #tool nuget:?package=GraphQL.Extension&version=3.3.0.1
GraphQL Extensions to provide Pagination, Search, DistinctBy, GroupBy and MutationOperationEnum Input types for GraphQL schema.
3.3.0 Added GroupByOperationOn graph types.
3.2.0 Added DistinctBy, GroupBy and MutationOperationEnum Input types.
3.1.0 Added Filter Groups. This allow to create SQL queries with 'Parenthesis' () and separate And/Or groups with () in SQL.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- GraphQL (>= 7.2.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
3.3.0.1 Minor fixes.
3.3.0 Added GroupByOperationOn graph types.
3.2.0
Added DistinctBy, GroupBy and MutationOperationEnum Input types.
3.1.0
Major change.
Added Filter Groups. This allow to create SQL queries with 'Parenthesis' () and separate And/Or groups with () in SQL.