Why is InfiniteData type for infinite queries moved into a generic? #7919
Unanswered
anthonyma94
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v5 moved the
InfiniteData
return type from a non-generic result to a generic implementation, meaning it can be overridden. However, AFAIK there isn't a situation where the returned result doesn't fit the type schema. Why was this change implemented?v5
v4
Beta Was this translation helpful? Give feedback.
All reactions