Anatol
Anatol
what about for AWS AppSync service? Currently, its popping out the errors for @aws_subscribe directives.
Hi @Mayank1791989 Thanks for your response. but its custom directive defined by AppSync itself internally. Can you give me more detailed guide for fixing this issue pls?
Here it is, hope your kindness help.. ``` /* .gqlconfig */ { schema: { files: '**/*.gql' }, query: { files: [ /* define file paths which you'd like the gql...
I am using AWS AppSync service for GraphQL endpoint and it defines and uses `@aws_subscribe` directive internally in Schema. I am not working on client yet, but the plan is...
@Mayank1791989 As a note, just now I've suppressed by doing following: defined `directive @aws_subscribe(mutations: [String]) on FIELD_DEFINITION` in schema This suppressed all errors but I think we shouldn't do this...
@Mayank1791989 Thanks for your digging into the problem with me. So I am not sure how I can use that preset for AppSync?
oh thanks, so I need to install `aws-appsync` preset in order to make this working and switch to v3 branch? then how can I install your v3 branch in VS...
ahh I see, Thanks for your notice and help so far @Mayank1791989 Yeah, I'd love to contribute for this project regarding this feature since your extension is helping me a...
Yeah, that will be great feature since there are a lot of kinds for GQL services these days. good job!
I had to detach existing resolver manually in the console and deploy again. It worked at the moment.