This repository was archived by the owner on Oct 2, 2024. It is now read-only.
Replies: 4 comments 9 replies
|
Hey there @euriasb! It should be, there are for example some tests with the annotations. |
3 replies
|
I'm using v6.18, since 7 is still in beta, so the issue was in v6.18. |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Some fields in my schema were recently deprecated and the @deprecated directive was used for the first time, after updating the schema the code generation failed, I manually removed all of the @deprecated tags from the local schema and the generation worked this time, so it seems pretty clear that the directive is not supported, so: 1. is it in fact not supported? 2. is there a workaround?
Thanks
All reactions