Yahir Gomez Noyola
Results
2
issues of
Yahir Gomez Noyola
**Describe the Bug** I'm using type-graphql v1.1.1 and if no value is passed to a nullable field on an InputType, it gets undefined. It's the same bug described in #475....
Question :grey_question:
Need More Info :man_shrugging:
### Description I want to use a CSS variable defined outside `:root`, eg: ```css :root { --gyan-100: #00FF75; } .theme-dark { --text-tertiary: #8B98AC; } ``` It works if I use...
bug