Version
4.3.3
Summary
Apollo Kotlin: 4.3.3
Apollo Kotlin Gradle Plugin: com.apollographql.apollo 4.3.3
GraphQL Spec: June 2018+ (supports inputFields(includeDeprecated:) argument)
Apollo Kotlin's built-in introspection query (used by the downloadApolloSchemaFromIntrospection Gradle task) does not pass includeDeprecated: true to inputFields in the introspection query. This causes deprecated input fields to be silently omitted from the downloaded schema, which in turn causes codegen to fail when any .graphql operation file references a deprecated input field.
Steps to reproduce the behavior
No response
Logs
Version
4.3.3
Summary
Apollo Kotlin: 4.3.3
Apollo Kotlin Gradle Plugin: com.apollographql.apollo 4.3.3
GraphQL Spec: June 2018+ (supports inputFields(includeDeprecated:) argument)
Apollo Kotlin's built-in introspection query (used by the downloadApolloSchemaFromIntrospection Gradle task) does not pass includeDeprecated: true to inputFields in the introspection query. This causes deprecated input fields to be silently omitted from the downloaded schema, which in turn causes codegen to fail when any .graphql operation file references a deprecated input field.
Steps to reproduce the behavior
No response
Logs