Adam Pietrasiak
Adam Pietrasiak
@SamHH it's narrowing, but it's doing it safely as we're removing empty values before
Wow! @robertmassaioli this is cool!  ```ts function isPresent(t: T | undefined | null | void): t is T { return t !== undefined && t !== null; } const...
Does it happen in production or dev or both? If in prod, make sure you properly configured your build pipeline to include all needed binaries outside of '.asar' file
Oh got it! Why not do it by default tho?
I'd like to recommend my library that allows exactly that @rollymaduk @orefalo https://github.com/prismake/typegql
Since this repo does not really feel active, I've created my own library allowing creating schema with decorators - https://github.com/prismake/typegql
What exactly do you mean by that? @4F2E4A2E
I think that should be totally possible! Let me know if you'd have any problem with that @4F2E4A2E
Can you try to test it on real device? Mailing might be disabled on ios simulator
I'd be happy to add it, but I don't know if there is a way to do that on Android