Hey there,
I'm trying to use the codegen on a Gitlab's GQL schema, which is quite large (~1MB). In the docs you provide a guide on how to reduce code generation only on needed queries, subscriptions etc.; however it seems like the options do nothing.
I'm providing a sample repo in which I'm able to replicate locally the problem; when you examine the types/Query.kt file, it contains all queries, although in the build.gradle.kts file I've set includeQueries = mutableListOf("timelogs").
Thanks!