Registry

interface Registry

A Registry represents a connection to the Apollo Registry

Use this to register a download${ServiceName}ApolloSchemaFromRegistry task

Properties

Link copied to clipboard
abstract val graph: Property<String>

The graph you want to download the schema from

Link copied to clipboard
abstract val graphVariant: Property<String>

The variant you want to download the schema from

Link copied to clipboard
abstract val key: Property<String>

The Apollo key

Link copied to clipboard
abstract val schemaFile: RegularFileProperty

The file where to download the schema.

Inheritors

Link copied to clipboard