apollographql / apollo-kotlin

:rocket:  A strongly-typed, caching GraphQL client for the JVM, Android, and Kotlin multiplatform.
https://www.apollographql.com/docs/kotlin
MIT License
3.77k stars 656 forks source link

Move APOLLO_KEY checks to execution time #6264

Open martinbonnin opened 1 week ago

martinbonnin commented 1 week ago

Description

They currenly fail here which is a pita if you are in an environment where you don't have the key.

Probably requires having 2 different tasks for downloading from introspection vs registry