Unfortunately I have not found out what was wrong with Apollo. In any case, I have now used the Nuxt/Strapi module.
Here is my code:
import homepageQuery from "../queries/Homepage.gql";
const graphql = useStrapiGraphQL()
const { data } : any = await graphql(homepageQuery)