Kyle Geib
Kyle Geib
@bishift, I opened a PR to fix this issue because it also affects me (#220). But in case you're still looking for a solution so many months later I'll share...
I've made a PR tackling this issue (#220). But in the case it's not merged, a hack-around like this could help: ```typescript const myAlarm: Alarm & { description?: string }...
Since I figure someone Googling the same exact error as me will show up here - in the Fullstack React book teaching how to write your own GraphQL server it's...