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
Is your feature request related to a problem? Please describe.
My API returns the nextPageParam as meta.next. Passing --nextPageParam meta.next results in broken typescript generation as local variables don't support dots.
Is your feature request related to a problem? Please describe.
My API returns the
nextPageParam
asmeta.next
. Passing--nextPageParam meta.next
results in broken typescript generation as local variables don't support dots.Describe the solution you'd like
Support dots in the
nextPageParam
name and traverse the response accordingly.Describe alternatives you've considered
I'll have to manually define the infinite query in the meantime, utilizing the generated API client.
The text was updated successfully, but these errors were encountered: