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
This PR makes [THIS ISSUE](#279)
a lot less likely to occur.
The local name "data" in generated functions was colliding with
arguments called "data".
Note that no explicit name collision check was added, but "data" inside
the function was just renamed to "data_" to make it less likely to
collide with arguments.
---------
Co-authored-by: Ben Kraft <[email protected]>
I am using Hasura scheme. the generated code is using a redeclared variable which is causing
'data' redeclared in this block
error.I have to mutually edit
UpsertDeviceResponse
fromdata
todata2
is there any workaround?
manual fix
query
'data' redeclared in this block
The text was updated successfully, but these errors were encountered: