Skip to content

FilterIDInput

About FilterIDInput

FilterIDInput allows for filtering based on an ID parameter. Only one field should be provided per filter object.

ne

If provided, the ID input must not be equivalent to the value provided to match the current filter.

Type: ID

eq

If provided, the ID input must be equivalent to the value provided to match the current filter.

Type: ID

in

If provided, the ID input must be present in the value provided to match the current filter.

Type: [ID!]