Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter Visitor Queryable Boolean and Comparable #861

Merged
merged 18 commits into from
Jun 24, 2019
Merged

Conversation

PascalSenn
Copy link
Member

Adds Queryable support for Boolean and Comparables.
Also adds missing string filters

Expression.Property(instance, operation.Property);
var parsedValue = type.ParseLiteral(value);

if (operation.Property.PropertyType
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@PascalSenn I added this converse here since the scalar value might not match the property type.

@@ -7,18 +7,45 @@ namespace HotChocolate.Types.Filters
{
public static class FilterObjectFieldDescriptorExtensions
{
public static IObjectFieldDescriptor<T> UseFilter<T>(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also added a new UseFilter here that now is able to infer the type from the property.

@michaelstaib michaelstaib merged commit dc82407 into master Jun 24, 2019
@michaelstaib michaelstaib deleted the filter_queryable branch June 24, 2019 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants