GraphQL.Extension 4.6.5

dotnet add package GraphQL.Extension --version 4.6.5
                    
NuGet\Install-Package GraphQL.Extension -Version 4.6.5
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GraphQL.Extension" Version="4.6.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GraphQL.Extension" Version="4.6.5" />
                    
Directory.Packages.props
<PackageReference Include="GraphQL.Extension" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GraphQL.Extension --version 4.6.5
                    
#r "nuget: GraphQL.Extension, 4.6.5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package GraphQL.Extension@4.6.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GraphQL.Extension&version=4.6.5
                    
Install as a Cake Addin
#tool nuget:?package=GraphQL.Extension&version=4.6.5
                    
Install as a Cake Tool

GraphQL Extensions to provide Pagination, Search, DistinctBy, GroupBy and MutationOperationEnum Input types for GraphQL schema.

4.6.5 Updated GroupByAggregationInputType base type removed IInputObjectGraphType. Also, removed NonNullable from AggregationOperation enum.

4.6.1 Updated GroupByAggregationInputType base type from ObjectGraphType to InputObjectGraphType and addded IInputObjectGraphType in base. This type is not nullable so it's needed IInputObjectGraphType as well.

4.6.0 Updated GroupByAggregationInputType base type from ObjectGraphType to InputObjectGraphType

4.5.0 Added GroupByAggregation, that will allow to perfom Count Distinct, Count, Sum, Min, and Max on a field other than in GroupBy field name list. Also, update the GroupByInput and DistinctByInput, instead of passing field names as delimated string now field names will be List of strings.

4.0.0 Updated Enums to match with GraphQL.Net version 8.x

3.5.0 Addes support for Net6.0, Net8.0 and Framework4.8

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 Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.6.5 102 7/31/2025
4.6.1 100 7/31/2025
4.6.0.1 100 7/31/2025
4.6.0 97 7/31/2025
4.5.0.1 319 7/25/2025
4.5.0 316 7/25/2025
4.0.0 110 6/6/2025
3.5.0 152 6/2/2025
3.4.0 168 6/27/2024
3.3.0.1 155 6/25/2024
3.3.0 159 6/25/2024
3.2.0 167 6/19/2024
3.1.0 357 6/27/2023
3.0.0 299 3/5/2023
2.0.0.1 473 1/19/2023
2.0.0 376 1/12/2023
1.0.0.2 425 11/27/2022
1.0.0.1 415 11/8/2022
1.0.0 1,075 7/27/2020

4.6.5 Updated GroupByAggregationInputType base type removed IInputObjectGraphType. Also, removed NonNullable from AggregationOperation enum.
4.6.1 Updated GroupByAggregationInputType base type from ObjectGraphType to InputObjectGraphType and addded IInputObjectGraphType in base. This type is not nullable so it's needed IInputObjectGraphType as well.
4.6.0 Updated GroupByAggregationInputType base type from ObjectGraphType to InputObjectGraphType