jmfayard
06/20/2022, 2:20 PMschema.graphql
, I have 13 queries and 6 mutations.
graphql-kotlin takes about 3s to generate the GraphQL
object.
I don't mind on server startup, but it makes the unit tests slow.
Is there something I can do to investigate & improve performance?Dariusz Kuc
06/20/2022, 3:47 PMjmfayard
06/20/2022, 3:48 PMDariusz Kuc
06/20/2022, 3:49 PMjmfayard
06/20/2022, 3:55 PMsupportedPackages = listOf("com.tignum.backend.features.$FEATURE$.graphql"),
Dariusz Kuc
06/20/2022, 3:56 PMjmfayard
06/20/2022, 4:02 PMDariusz Kuc
06/20/2022, 4:02 PMjmfayard
06/20/2022, 4:03 PMDariusz Kuc
06/20/2022, 4:12 PMjmfayard
06/20/2022, 5:33 PMcom.tignum.backend.features.$FEATURE$.graphql
in all my Gradle dependencies, while it's in fact only present in my own source code?Dariusz Kuc
06/20/2022, 5:34 PMjmfayard
06/20/2022, 5:55 PM