Hi all! I've upgraded to use `apollo3` , unfortuna...
# apollo-kotlin
v
Hi all! I've upgraded to use
apollo3
, unfortunatelly I can't manage to configure it such that the mutations/queries are not generated at each run. I've set this:
generateKotlinModels.set(false)
, but seems to have no effect. Not sure if there's anything else I could do, is there a way to disable generating everything at each run? 🙏
m
Yikes. Gradle should run the up-to-date checks and not regenerate the models if your graphql files did not change
Can you run
./gradlew generateApolloSources -i
twice in a row?
v
ahh yes, I can see it checks if it's up to date
thank you 🙌
👍 1