I need to get the content fragment response with different AND OR logical combinations in graphQL
Example :
Return CF response when the below condition matches
(Language = english) AND (((countryOrigin = IN) AND (countryDestination = US)) OR ((countryOrigin = " ") AND (countryDestination = AU)) OR ((countryOrigin = JP) AND (countryDestination = " "))) AND (startDate >= 01/02/2024) AND (endDate <= 03/04/2024)