Package com.apollographql.apollo3.gradle.internal

Types

ApolloCheckDuplicatesTask
Link copied to clipboard
@CacheableTask()
abstract class ApolloCheckDuplicatesTask : DefaultTask
ApolloConvertSchemaTask
Link copied to clipboard
abstract class ApolloConvertSchemaTask : DefaultTask
ApolloDownloadSchemaTask
Link copied to clipboard
abstract class ApolloDownloadSchemaTask : DefaultTask
A task to download a schema either from introspection or from the registry.
ApolloGenerateSourcesTask
Link copied to clipboard
@CacheableTask()
abstract class ApolloGenerateSourcesTask : DefaultTask
ApolloPlugin
Link copied to clipboard
open class ApolloPlugin : Plugin<Project>
ApolloPushSchemaTask
Link copied to clipboard
abstract class ApolloPushSchemaTask : DefaultTask
ApolloRegisterOperationsTask
Link copied to clipboard
abstract class ApolloRegisterOperationsTask : DefaultTask
BuildDirLayout
Link copied to clipboard
object BuildDirLayout
DefaultApolloExtension
Link copied to clipboard
abstract class DefaultApolloExtension(project: Project, defaultService: DefaultService) : ApolloExtension, Service
DefaultIntrospection
Link copied to clipboard
abstract class DefaultIntrospection : Introspection
DefaultRegisterOperationsConfig
Link copied to clipboard
abstract class DefaultRegisterOperationsConfig : RegisterOperationsConfig
DefaultRegistry
Link copied to clipboard
abstract class DefaultRegistry : Registry
DefaultService
Link copied to clipboard
abstract class DefaultService @Inject() constructor(project: Project, name: String) : Service
ModelNames
Link copied to clipboard
object ModelNames
RegisterOperations
Link copied to clipboard
object RegisterOperations
SchemaDownloader
Link copied to clipboard
object SchemaDownloader
SchemaUploader
Link copied to clipboard
object SchemaUploader

Functions

connectToAndroidSourceSet
Link copied to clipboard
fun connectToAndroidSourceSet(project: Project, sourceSetName: String, outputDir: Provider<Directory>, task: Task)
connectToAndroidVariant
Link copied to clipboard
fun connectToAndroidVariant(project: Project, variant: Any, outputDir: Provider<Directory>, task: Task)
copyWithSortedChildren
Link copied to clipboard
fun GQLNode.copyWithSortedChildren(): GQLNode
createAllKotlinSourceSetServices
Link copied to clipboard
fun createAllKotlinSourceSetServices(apolloExtension: DefaultApolloExtension, project: Project, sourceFolder: String, nameSuffix: String, action: Action<Service>)
getKotlinTargetLanguage
Link copied to clipboard
fun getKotlinTargetLanguage(project: Project, userSpecified: String?): TargetLanguage
A class that hides all references to the Kotlin plugin from the caller.
sort
Link copied to clipboard
fun GQLNode.sort(): GQLNode