query GetContactInfo($locale: String!) { contact_info { id translations(filter: { languages_code: { code: { _eq: $locale } } }) { id content } } }