Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface ApolloExtension

The entry point for configuring the apollo plugin.

Link copied to clipboard
Link copied to clipboard
interface Introspection

Introspection represents a GraphQL endpoint used to retrieve a schema.

Link copied to clipboard
Link copied to clipboard
interface Registry

A Registry represents a connection to the Apollo Registry

Link copied to clipboard
class SchemaConnection(val task: TaskProvider<out Task>, val downloadedSchema: Provider<RegularFile>)
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
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>?