At some point, changes were made to one or more .graphql file in our project and introspection via ./gradlew downloadApolloSchema
broke. I’ve spent a significant amount of time going back through Git commits, manually inspecting our .graphql files, etc. trying to figure out which commit broke things… it’s painful to say the least.
Is there a way to get more detailed output from ./gradlew downloadApolloSchema
that highlights which file is causing the “Cannot decode introspection” error?
I’ve tried running the command with --stacktrace
, --info
, etc. but I still can’t figure out the source of the error.