Skip to content

Nullable arguments #41

@boiche

Description

@boiche

Description

I need to filter a query based on nullable field. Currently I cannot use the query builder to say : { neq: null } because this triggers compiler error CS0828. In order to use the null filtration properly, I've to explicitly replace all occurrences of "null" with null. It would be nice if the builder does this task for me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions