question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

https://github.com/dotansimha/graphql-code-generator/blob/aeaea1ed1d09172a3bf8a9bd4f1d3cd7ab65023b/packages/plugins/typescript/apollo-angular/src/visitor.ts#L302

Should be fixed to prevent error TS4114: This member must have an 'override' modifier because it overrides a member in the base class

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:3
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

10reactions
TomONeillcommented, Feb 16, 2022

This was fixed with release @graphql-codegen/typescript-apollo-angular@3.4.0

Add addExplicitOverride: true to your config. See https://www.graphql-code-generator.com/plugins/typescript-apollo-angular.

1reaction
TomONeillcommented, Mar 21, 2022

PR was merged! I think you can close the issue now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Missing Override? : r/horizon - Reddit
Finished the game, completed every Cauldron and crafted every machine override at the base's workbench. Yet it still says I'm missing one ...
Read more >
Missing @Override in Java Libraries - Stack Overflow
It overrides methods of Object class but does not use @Override annotation on these methods. Is this so to maintain backward compatibility with ......
Read more >
Add missing @Override to overriding and implementing ...
MissingOverrideAnnotation Adds @Override to methods overriding superclass methods or implementing interface methods. Annotating methods improves readability by ...
Read more >
what cauldron and override mystical missing creature ?
For Horizon Forbidden West on the PlayStation 5, a GameFAQs Q&A question titled "what cauldron and override mystical missing creature ?".
Read more >
Code Analysis warning C26433 (missing override) points at ...
Code Analysis warning C26433 (missing override) points at definition of method, not declaration.. D(Daniel Jennings (Valve).
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found