-
replaced line in ModelCriteria::useQuery()
$className = $this->joins[$relationName]->getTableMap()->getPhpName();
with
$className = $this->joins[$relationName]->getTableMap()->getClassName();
and now …
-
**Intended outcome:**
I would expect the `onCompleted` callback to be fired after every poll.
**Actual outcome:**
`onCompleted` is being fired only once. First time the query is made.
**Ho…
-
**Is your feature request related to a problem? Please describe.**
typescript-react-query generates query hooks that call `useQuery` using [the old v3.x syntax](https://tanstack.com/query/v3/docs/r…
-
There is no example for vue3 composition api to test that use useQuery.
I wonder know if vue-apollo V4 useQuery support mock schema?
-
You may know me as a low-key maintainer, that I have been putting this on maintenance mode for a while.
With a nod from @PabloSzx, we are now open to sponsors!
It means a few things,
1. More …
-
### Environment
Operating System: Linux
Node Version: v20.10.0
Nuxt Version: 3.8.2
CLI Version: 3.10.0
Nitro Version: 2.8.1
Package Manager: yarn@1.22.21
Builder: …
-
### Describe the bug
Thank you for developing axios.
## env
- node22.6.0
- nextjs^14.2.3
- axios@1.6.0
- typescript^5.0.4
- @tanstack/react-query"^4.24.4
## background
This error has been…
-
**Is your feature request related to a problem? Please describe.**
There is no testing example for vue3 composition api to test components that use `useQuery`.
**Describe the solution you'd like**…
-
**Describe the bug**
I took me a while to understand what's going on here, this happens due to me using `freezeResults: true`
When using this with apollo composable the frozen results also freeze th…
-
### Description
We have the `authorization` header required in our openapi spec, which sadly means that any endpoint that requires auth cannot use the tanstack-query generated code, since the bearer …