Open cshadek opened 11 months ago
@NeedleInAJayStack do you know if this would be difficult implement?
Hey, I haven't looked too deeply at it, but I think you'd need to add some code here where you would accept the dictionary key instead of setting it directly from the enum value: https://github.com/GraphQLSwift/Graphiti/blob/main/Sources/Graphiti/Enum/Enum.swift#L17
A use case of this would be to use enums as
camelCase
in resolvers, but have the API besnake_case
. Or maybe even use a totally different name in the schema. I understand that most other types in the schema allow this.