Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
interface ApolloExtension
The entry point for configuring the apollo plugin.
Link copied to clipboard
interface ApolloGradleToolingModel
Link copied to clipboard
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
class SchemaConnection(val task: TaskProvider<out Task>, val downloadedSchema: Provider<RegularFile>)