79602056

Date: 2025-05-01 15:00:25
Score: 0.5
Natty:
Report link

Since GQL is missing the "IN" keyword, you must use "OR" e.g.

filter: {
        or: groups.map((group) => ({ access_group: { eq: group } })),
      },
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: llama