-
As far as I can tell, is there not a way to make the invoke method typesafe with the options argument `await graph.invoke({ key1: value })`?
## Expected Output
```ts
const StateAnnotation = Annot…
-
When having the typesafe client sources (an interface with the `@GraphQLClientApi` annotation and model classes) inside my quarkus project everything works great. I can inject the client like this:
`…
-
[nuqs | Type-safe search params state management for React](https://nuqs.47ng.com/)
-
### Expected Behavior
typesafe project accessors should just work out of the box in the latest gradle
### Current Behavior (optional)
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") is required …
-
**Is your feature request related to a problem? Please describe.**
Currently, a call to qb.applyFilters() (be it directly or implicitly through an EntityManager method call) can feature arbitrary nam…
-
We currently have property names scattered around the crate. If a property needs to be used, it typically needs to be parsed from string first. This is a potentially falling operation that should be d…
-
On the GitLab GraphQL server (no password required), the `WorkItemWidget` type (kind `INTERFACE`) has multiple possible types.
You can run a query like this:
```
query {
workItemsByReference…
-
I just follow the official website said step by step and when run ./compile.sh ,something wrong like this ,what should i do ?
```sh
./compile.sh
Checking for required programs...
Program requir…
-
## Use case
It would be useful to have typesafe event channels in pigeon as these currently have to be created manually (and type safety has to be ensured manually).
## Proposal
A…
-
### Description
I've a design in mind to make this work:
```tsx
// Note the typo (it should be `product` instead of `produt`).
// TypeScript complains that '/produt/42' isn't matching '/produc…