Sorry, not sure if the bug is related to Platformatic Tutorial or @urql/core but I had to report both, I hope it helps:
import { createClient } from '@urql/core';
const graphqlClient = createClient({
url: import.meta.env.PUBLIC_GRAPHQL_API_ENDPOINT,
requestPolicy: "network-only"
});