Graphql filtering issue

Hi,
try without where and use the filter builder, using eq, or, and…

eg: filter: { id: { in: [1, 2, 3] } }

Without more context that’s all I can come up with, since I literally just researched this in a Gatsby integration documentation issue…