Closed
Description
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
Labels
No labels