logaretm / villus

🏎 A tiny and fast GraphQL client for Vue.js
https://villus.dev
MIT License
790 stars 31 forks source link

createClient - No fetch function in the code #178

Closed juancampuzano closed 1 year ago

juancampuzano commented 1 year ago

The documentation seems to be outdated since I don't see the fetch option in the code.

Screenshot 2022-12-06 at 16 55 59
export interface ClientOptions {
  url: string;
  cachePolicy?: CachePolicy;
  use?: ClientPlugin[];
}
logaretm commented 1 year ago

Thanks for bringing this up. This was corrected just now.