You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Query**: Describes the entity, fields, logical operator, and filters.
57
44
-**QueryFilter**: Represents a filter or group of filters.
58
45
-**QueryFilterCondition**: Specifies the comparison type (e.g., equals, contains).
59
46
60
-
---
61
-
62
47
## Dependencies
63
48
64
49
- .NET 8 or .NET 9
65
50
- Microsoft.EntityFrameworkCore
66
51
- AutoMapper
67
52
- builder.Services.AddControllers().AddNewtonsoftJson(o => o.SerializerSettings.ReferenceLoopHandling = ReferenceLoopHandling.Ignore) for working SwaggerUI
68
53
69
-
---
70
-
71
54
## License
72
55
73
-
This package is provided as-is for public and demonstration use.
74
-
75
-
---
76
-
77
-
*For more details, see the source code or contact the maintainers.*
0 commit comments