Just a small bug.
We should consider updating the README with how to setup persisted queries and also maybe consider adding a commented out example of how to run the example without persisted queries:
const link = new HttpLink({
uri: WORDPRESS_URL + "/graphql",
useGETForQueries: true,
});