query GetSolutionList($locale: String!) { solutions(filter: { status: { _eq: "published" } }) { 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 } } }