Package com.apollographql.apollo3.gradle.internal
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A task to download a schema either from introspection or from the registry.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@CacheableTask
Content copied to clipboard
Link copied to clipboard
@CacheableTask
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract class DefaultApolloExtension(project: Project, defaultService: DefaultService) : ApolloExtension, Service
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract class DefaultRegisterOperationsConfig : RegisterOperationsConfig
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract class DefaultService @Inject constructor(val project: Project, val name: String) : Service
Content copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
fun connectToAllAndroidVariants( project: Project, outputDir: Provider<Directory>, taskProvider: TaskProvider<out Task>)
Content copied to clipboard
Link copied to clipboard
fun connectToAndroidSourceSet( project: Project, sourceSetName: String, outputDir: Provider<Directory>, taskProvider: TaskProvider<out Task>)
Content copied to clipboard
Link copied to clipboard
fun connectToAndroidVariant( project: Project, variant: Any, outputDir: Provider<Directory>, taskProvider: TaskProvider<out Task>)
Content copied to clipboard
Link copied to clipboard
fun createAllKotlinSourceSetServices( apolloExtension: DefaultApolloExtension, project: Project, sourceFolder: String, nameSuffix: String, action: Action<Service>)
Content copied to clipboard
Link copied to clipboard
A class that hides all references to the Kotlin plugin from the caller. For a non-Kotlin project, this class will never be loaded so that no runtime exception is thrown