GraphQL `in` operator is not working when using Azure Static Web App
I am using Azure Static Web App with Azure SQL database. When filtering the data, I want to use the in instead of the eq operator. So far the eq operator is working as expected: async function filterProducts() { const…