How to ignore lowercase enum validation error? #5296
-
Hello, we have an input object graph type for an object which contains a enum field. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hey there, So at the moment that does not work since we do an exact match in the type. But I will open this up in the type a bit so that you can define your own equality comparer to enum types. I think we will do another V12 version next week and we will include this there. |
Beta Was this translation helpful? Give feedback.
Hey there,
So at the moment that does not work since we do an exact match in the type. But I will open this up in the type a bit so that you can define your own equality comparer to enum types.
I think we will do another V12 version next week and we will include this there.