Hi, is there a way to add this `includeDeprecatedI...
# apollo-kotlin
s
Hi, is there a way to add this
includeDeprecatedInputValues
option (available here in the introspection section of the iOS docs) to the
downloadApolloSchema
task? The current behaviour of the task removes deprecated values from the downloaded schema which is not desired in my project.
Is your endpoint public by any chance?
s
Not really. This was resolved internally in my team. Thanks.
m
👍 thanks for the update
d
hello! is the fact that deprecated fields should be available by default still correct? I see that the tooling has the parameter but I don't see the
@deprecated
parameter. I found an open issue also asking for it
b
Hi! Yes this should work indeed.
do you have an example where it doesn't?
d
yes, the field is missing when it is
@deprecated
b
any chance your API is public so we can have a look?
m
Judging that
package.json
last commit was 3 years ago, this is probably expected?
d
ah, I see that
apollo-tooling
of the issue is for TypeScript, I am interested in the one for Kotlin
m
Ah gotcha, ignore me then 👍
b
yes to clarify: this should work in Apollo Kotlin
👍 1
d
it turns out that the issue is using an old version, using 3.7.5+ should solve the problem. I will try to bump to the latest stable 3.X (3.8.5)
🙌 1
🙏 1