Hi, has anyone managed to add an Option<T> a...
# graphql-kotlin
t
Hi, has anyone managed to add an Option<T> as a scalar for graphql?
d
GraphQL does not support generics so you wont be able to add generic type directly
t
ahh yes of course
sorry that should have clicked in