Cannot query by multiple IDs on GraphQL

Currently in 20.07 this list filter is only supported when the predicate is of the type ID. I believe you are using String! @id for your type though.

Good news is that this is being supported with more filter functions in the upcoming 20.11.

Ref: Proposal: more filter functions

1 Like