DefaultRegistry

abstract class DefaultRegistry : Registry

Constructors

Link copied to clipboard
constructor()

Properties

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

The graph you want to download the schema from

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

The variant you want to download the schema from

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

The Apollo key

Link copied to clipboard
Link copied to clipboard
abstract override val schemaFile: RegularFileProperty

The file where to download the schema.

Functions

Link copied to clipboard
open override fun schemaConnection(connection: Action<SchemaConnection>)

Use this to connect your schema to other parts of your build or just modify it