Michael Zeltner
Results
2
issues of
Michael Zeltner
**Is your feature request related to a problem? Please describe** I would like to disable all controls for certain stories (based on their `context`), but still be able to use...
feature request
needs triage
The current implementation of `npx @gel/generate interfaces` based on the following schema: ```gel module default { type Actor { name: str; } type Producer { name: str; } type Movie...