Maybe
A simple enum similar to Option<T> but with three variants:
Some(T)NoneVoid(for representing undefined values)
Works with serde and async-graphql
A simple enum similar to Option<T> but with three variants:
Some(T)NoneVoid (for representing undefined values)Works with serde and async-graphql