titaniumit.graphql.filtering 0.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package titaniumit.graphql.filtering --version 0.0.1                
NuGet\Install-Package titaniumit.graphql.filtering -Version 0.0.1                
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="titaniumit.graphql.filtering" Version="0.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add titaniumit.graphql.filtering --version 0.0.1                
#r "nuget: titaniumit.graphql.filtering, 0.0.1"                
#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.
// Install titaniumit.graphql.filtering as a Cake Addin
#addin nuget:?package=titaniumit.graphql.filtering&version=0.0.1

// Install titaniumit.graphql.filtering as a Cake Tool
#tool nuget:?package=titaniumit.graphql.filtering&version=0.0.1                

Introduction

An extention on GraphQL.net to add filtering on clr types

Example graphql filters

Simple filters

condition:{
    fieldName:Id
    operator: equal
    value: 1
}
condition:{
    fieldName: DateField
    operator: equal
    value: "10-10-2023" 
}

Operators on scalars

supported operators on scalartypes

  • equal
  • greater
  • greaterOrEqual
  • less
  • lessOrEqual
  • notEqual

Booleans

supported

  • and
  • or
  • not

Collections

to filter collection members the any field on the filtertype is present that contains per colletion field a member.

Resolvers

Setup

Todo

  • documentation
  • more test cases
  • custom filter functions
Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on titaniumit.graphql.filtering:

Package Downloads
titaniumit.graphql.filtering.extentions

Add filter options to C# based GraphQL.net servers

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.43 122 9/30/2024
0.1.42 107 9/30/2024
0.1.41 102 9/30/2024
0.1.40 98 9/30/2024
0.1.39 145 6/20/2024
0.1.38 136 5/23/2024
0.1.37 125 5/23/2024
0.1.36 126 5/23/2024
0.1.35 131 5/23/2024
0.1.34 150 3/28/2024
0.1.33 133 1/25/2024
0.1.32 125 1/25/2024
0.1.31 129 1/19/2024
0.1.30 130 1/10/2024
0.1.29 152 1/3/2024
0.1.28 126 1/3/2024
0.1.27 116 1/3/2024
0.1.24 131 12/28/2023
0.1.23 109 12/28/2023
0.1.22 126 12/27/2023
0.1.21 100 12/27/2023
0.1.20 121 12/27/2023
0.1.19 143 12/27/2023
0.1.18 116 12/27/2023
0.1.17 119 12/27/2023
0.1.16 116 12/27/2023
0.1.15 114 12/27/2023
0.1.14 118 12/27/2023
0.1.13 113 12/27/2023
0.1.12 120 12/21/2023
0.1.11 138 12/19/2023
0.1.10 134 12/16/2023
0.1.9 174 11/16/2023
0.1.8 118 11/14/2023
0.0.10 118 11/13/2023
0.0.9 130 11/10/2023
0.0.8 127 11/9/2023
0.0.7 132 11/7/2023
0.0.6 141 11/3/2023
0.0.5 119 11/3/2023
0.0.4 113 11/3/2023
0.0.3 130 11/2/2023
0.0.2 134 11/2/2023
0.0.1 130 11/2/2023