Use GraphQL call on multiple place in Astro project like a custom React hook

Use GraphQL call on multiple place in Astro project like a custom React hook

// The GraphQL query import { gql } from ‘@apollo/client/core’; export const MY_QUERY = gql` query Analytics($path: String!) { analytics(targetUrl: $ …

 

Read More