Skip to content

allow null in input list #749

Closed
Closed
@altaurog

Description

@altaurog

I would like to be able to create a range search parameter as a list of possibly null values, so I could do something like the following:

range query
amps < 3 components (amps: [null, 3])
1 < amps < 3 components (amps: [1, 3])
1 < amps components (amps: [1, null])

Input List type doesn’t seem to allow this. I get an Unexpected Name "null" error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions