query GetSolutionList($locale: String!) { solutions { id cover { id } type { id translations(filter: { languages_code: { code: { _eq: $locale } } }) { id name } sort } translations(filter: { languages_code: { code: { _eq: $locale } } }) { id title summary } } }