On the GraphQL Playground, this query works so backend is fine:
query ($CatIDs: [String]) { categories(where: { id: $CatIDs }) { id Name slug collec