\r\n {result?.Title && (\r\n
\r\n {result?.Title}\r\n
\r\n \r\n \r\n
\r\n \r\n )}\r\n
{result?.FeaturedDescription}
\r\n
\r\n \r\n ))}\r\n \r\n )}\r\n \r\n );\r\n};\r\n","import React from 'react';\r\nimport { QueryClient, QueryClientProvider } from '@tanstack/react-query';\r\nimport { LatestNews, LatestNewsProps } from './LatestNews';\r\nconst defaultQueryClient = new QueryClient();\r\n\r\nconst LatesNewsGraphQL = ({ title, tag, imgFallback }: LatestNewsProps) => {\r\n return (\r\n