Vijay Prasanna
Vijay Prasanna
I also seem to have the same issue, where clicking the FileInput.vue component makes a backend call with the following data ``` {"data":{"selectFile":null},"extensions":{"tracing":{"version":1,"startTime":"2020-02-29T11:44:47.777Z","endTime":"2020-02-29T11:44:47.814Z","duration":36915000,"execution":{"resolvers":[{"path":["selectFile"],"parentType":"Mutation","fieldName":"selectFile","returnType":"String","startOffset":558200,"duration":36306300}]}}}} ``` I assume that the `selectFile` is...
Thanks for the PR @gitstart, we'll look into it.
@jflambert Thanks. I was able to reproduce this on my end as well. We'll look into this asap
@jflambert this should be fixed now in https://github.com/hasura/graphql-engine/commit/3af0d49dd7cc8eaf2bc2337e32d4fcce449de699 and will be available in the next release.
@dameleney this is something we can definitely add to our backlog.
@jflambert We've merged this to main (https://github.com/hasura/graphql-engine/commit/319e9855f986c43aa6c8b71e7616710c321aeff8) and it should be available in the next release.
Yep. You can try this feature out starting from `v2.30.0-beta.1`, which should be available now.
@foxted @meetzaveri This has been fixed in https://github.com/hasura/graphql-engine/commit/498d8fc9f4ad1e9cda8174d3b8afd7629f604713. Feel free to open this thread again if the issue persists.
thanks @naruyan ! We'll look into this issue