dave08
03/07/2021, 12:45 PMDariusz Kuc
03/08/2021, 2:37 AMID
from a GraphQL Kotlin server? I am unsure whether reflections would work with inline classesdave08
03/08/2021, 3:17 AM@ID
annotation, instead of boxing all ids for nothing, so even if reflection doesn't work on inline classes, allocations could be avoided... and ids could also use any type. If ID was being used to provide extra functionality, it would justify the allocations, but it just seems to be a marker.Dariusz Kuc
03/08/2021, 3:33 AMID
s so those issues didn't pop up for us (yet)