mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 23:46:58 +00:00
When generating graphql types, the generation of optional types is redundant because the value is wrapped in Maybe type anyway. Removing the redundancy simplifies the type checking whenever generated types are used.