github logaretm/villus villus@1.0.0-rc.9

latest releases: v3.5.0, v3.4.0, v3.3.0...
pre-release3 years ago

🦖 Types

  • Enhanced the return type from the useQuery suspense API.
  • Enhanced the data and error return type to be nullable to reflect real world GQL.

🆕 New Features

  • added variables option to override query variables on demand (only for a single execution)
const { execute } = useQuery();

execute({
  variables: {
     // ...
   }
})

Don't miss a new villus release

NewReleases is sending notifications on new releases.