Skip to content

allow null in input list #749

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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