Package com.apollographql.apollo3.gradle.api

Types

Link copied to clipboard
object AndroidProject
Link copied to clipboard
object ApolloAttributes
Link copied to clipboard
interface ApolloExtension : Service

The entry point for configuring the apollo plugin.

Link copied to clipboard
interface Introspection

Introspection represents a GraphQL endpoint used to retrieve a schema.

Link copied to clipboard
interface RegisterOperationsConfig
Link copied to clipboard
interface Registry

A Registry represents a connection to the Apollo Registry

Link copied to clipboard
interface Service

A Service represents a GraphQL schema and associated queries.

Properties

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