Arsh Sharma

Results 24 comments of Arsh Sharma

Hey folks! Speaking for [Okteto CLI](https://github.com/okteto/okteto), this would be very helpful for us. The ideal solution for us would be some sort of automated process (GitHub action maybe?) which would...

Has this issue been fixed as mentioned by @craicoverflow in #2101? If not then what more needs to be done?

Hi! Can I work on this? As far as I understand the goal is that people should be able to provide a link to their template (a JSON file) by...

Hi @kingsleyzissou! Can I work on this issue? Could you please provide some more detials about what needs to be done? Thanks.

Thanks, @kingsleyzissou! It'd be great if you could point me towards an issue to start with. I was going through the list of issues but wasn't able to figure out...

Hey @craicoverflow! I'd like to help solve this issue. > but it also might be To be sure that it is not a Graphback issue I wanted to look at...

Hi @craicoverflow! There were some Typescript types related errors in [SchemaCRUDPlugin](https://github.com/aerogear/graphback/blob/master/packages/graphback-codegen-schema/src/SchemaCRUDPlugin.ts). For example when adding the [create subscription resolver](https://github.com/aerogear/graphback/blob/master/packages/graphback-codegen-schema/src/SchemaCRUDPlugin.ts#L470) I was getting this error in the console: ``` Argument of...

@wtrocki but isn't the [SchemaCRUDPlugin](https://github.com/aerogear/graphback/blob/master/packages/graphback-codegen-schema/src/SchemaCRUDPlugin.ts) file independent of the template we use and so should not be showing the TypeScript errors? If that is not the case can you point...

Thanks for the detailed explanation @wtrocki. I understand what the problem is now. I looked up on it a bit more and I think the problem is actually with [mercurius](https://github.com/mercurius-js/mercurius)...

> Surprisingly mercurius documents resolvers the same way as Graphback This would mean the solution I mentioned should work I guess. Will try it out and raise a PR.