Add Enum support for directives#1706
Conversation
|
@bbakerman thanks for the answer. Could you clarify will |
|
@AnkBurov yes this is how we will support enums (and everything else): you have to declare the directive. |
|
@andimarek Any specific plans about supporting enums in directive arguments? Because the following schema currently is unsupported in |
|
@AnkBurov this example you mentioned is working: See this comment #1500 (comment) |
|
Yes, I can confirm that this is working. The problem was that the project
|
|
@AnkBurov how did you work around this issue? I'm currently facing the same problem and I'm not seeing a way to overcome this without ditching graphql-java-tools at this point, which really isn't possible in my project. |
|
@etheran I'm using a fork of the project with this merged pull request AnkBurov@d5429d5 Other solutions are related with rewriting If you face the same issue (which you do) I suggest you to make a fork with similar changes and use it everywhere where you need a combination of Or you can try to persuade |

#1500
Currently enum types in directives are not supported for some reason. A PR to add support for them.