Package com.apollographql.apollo3.gradle.api

Types

AndroidProject
Link copied to clipboard
object AndroidProject
ApolloAttributes
Link copied to clipboard
object ApolloAttributes
ApolloExtension
Link copied to clipboard
interface ApolloExtension : Service
The entry point for configuring the apollo plugin.
Introspection
Link copied to clipboard
interface Introspection
Introspection represents a GraphQL endpoint used to retrieve a schema.
Registry
Link copied to clipboard
interface Registry
A Registry represents a connection to the Apollo RegistryUse this to register a download${ServiceName}ApolloSchemaFromRegistry task
Service
Link copied to clipboard
interface Service
A Service represents a GraphQL schema and associated queries.

Properties

androidExtension
Link copied to clipboard
val Project.androidExtension: BaseExtension?
androidExtensionOrThrow
Link copied to clipboard
val Project.androidExtensionOrThrow: BaseExtension
applicationVariants
Link copied to clipboard
val Project.applicationVariants: DomainObjectSet<ApplicationVariant>?
isKotlinMultiplatform
Link copied to clipboard
val Project.isKotlinMultiplatform: Boolean
javaConvention
Link copied to clipboard
val Project.javaConvention: JavaPluginConvention?
javaConventionOrThrow
Link copied to clipboard
val Project.javaConventionOrThrow: JavaPluginConvention
kotlinMultiplatformExtension
Link copied to clipboard
val Project.kotlinMultiplatformExtension: KotlinMultiplatformExtension?
kotlinProjectExtension
Link copied to clipboard
val Project.kotlinProjectExtension: KotlinProjectExtension?
kotlinProjectExtensionOrThrow
Link copied to clipboard
val Project.kotlinProjectExtensionOrThrow: KotlinProjectExtension
libraryVariants
Link copied to clipboard
val Project.libraryVariants: DomainObjectSet<LibraryVariant>?
testVariants
Link copied to clipboard
val Project.testVariants: DomainObjectSet<TestVariant>?
unitTestVariants
Link copied to clipboard
val Project.unitTestVariants: DomainObjectSet<UnitTestVariant>?