You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The total property generated when using @searchable will disappear during the type inference process.
I reported same problem here as a bug, but it was closed with inadequate answers, so I started this issue again.
I think type inference, not type annotation, should solve this problem.
Please see that issue for more details.
Is this related to a new or existing framework?
Next.js
Is this related to a new or existing API?
GraphQL API
Is this related to another service?
No response
Describe the feature you'd like to request
Modify
WithListsFixed
to enhance type inference.The
total
property generated when using@searchable
will disappear during the type inference process.I reported same problem here as a bug, but it was closed with inadequate answers, so I started this issue again.
I think type inference, not type annotation, should solve this problem.
Please see that issue for more details.
Describe the solution you'd like
Change
WithListsFixed
defined here as follows.Describe alternatives you've considered
As suggested in the previous issue, the property itself can be revived by type annotation, but without the benefit of
WithListsFixed
.Additional context
No response
Is this something that you'd be interested in working on?
The text was updated successfully, but these errors were encountered: