GraphQLBundle icon indicating copy to clipboard operation
GraphQLBundle copied to clipboard

[annotations] enum value not resolved

Open akomm opened this issue 5 years ago • 0 comments

Q A
Bug report? yes
Feature request? no
BC Break report? no
RFC? no
Version/Branch ^0.12

@Enum returned does not resolve to its $value. It should behave same as with input. Currently I get type error, when returning an @Enum instance.

For example the default resolve for @Enum should be @=value.methodName().value on method.

akomm avatar Jul 22 '19 15:07 akomm