Pascal Sthamer
Pascal Sthamer
**Describe the bug** When using `useQuery`, the following error occurs: ``` Uncaught Invariant Violation: Schema type definitions not allowed in queries. Found: "undefined" at new InvariantError (webpack-internal:///./node_modules/ts-invariant/lib/invariant.esm.js:18:28) at eval (webpack-internal:///./node_modules/@apollo/client/utilities/graphql/getFromAST.js:20:29)...
**Describe the bug** The typing of `result.data` in the `onDone` event hook (returned by `useMutation` and `useQuery`) is `MyResult | null | undefined`. **To Reproduce** ```ts const { mutate, onDone...
Adds an option `decodeFullUrl` to also add protocol and host to the url. This allows for http to https or www to non-www redirects for example. README is also updated...
### Bug description I am trying to connect to a MySQL database, with a user that has the `REQUIRE SSL` option set. The following error appears: ``` [1657368933547] FATAL: Startup...
Would be great if this module could expose TypeScript types for Nuxt.js configuration, additions to Nuxt Context and exported methods.
Closes #90
v3.0.2 breaks Nuxt.js component auto imports. I start to get errors like custom component `Sidebar` not found, which is auto imported when I disable the build module. This may be...
Right now the `accessToken` is compiled into the plugin. Would be great if storyblok would support [nuxt runtimeConfig](https://nuxtjs.org/guide/runtime-config). Example how @nuxtjs/axios implemented it: https://github.com/nuxt-community/axios-module/commit/351ea5ee459eea53b9124de75ebfa7674d7ccd40
Once the feature is available in prisma. This is currently planned for Prisma 4.1. https://github.com/prisma/prisma-engines/pull/3057
### Describe the feature Right now, `useAsyncData` uses a `ref` to store the data. This means that, when returning an object (or an array), the whole object will be made...