GraphQL.Extension
3.4.0
dotnet add package GraphQL.Extension --version 3.4.0
NuGet\Install-Package GraphQL.Extension -Version 3.4.0
<PackageReference Include="GraphQL.Extension" Version="3.4.0" />
paket add GraphQL.Extension --version 3.4.0
#r "nuget: GraphQL.Extension, 3.4.0"
// Install GraphQL.Extension as a Cake Addin #addin nuget:?package=GraphQL.Extension&version=3.4.0 // Install GraphQL.Extension as a Cake Tool #tool nuget:?package=GraphQL.Extension&version=3.4.0
GraphQL Extensions to provide Pagination, Search, DistinctBy, GroupBy and MutationOperationEnum Input types for GraphQL schema.
3.4.0 Added delimiter for in FinterInputType for list type operation values. Also, added delimiter for Field Names and Field Values in DistinctByInputType, GroupByInputType and GroupByOperationOnInputType so we can pass more than one character for delimiter, this is particularly helpful in field values as comma (,) can be in the values it self.
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.4.0 Added delimiter for in FinterInputType for list type operation values. Also, added delimiter for Field Names and Field Values in DistinctByInputType, GroupByInputType and GroupByOperationOnInputType so we can pass more than one character for delimiter, this is particularly helpful in field values as comma (,) can be in the values it self.