GenerateSDLParameters

interface GenerateSDLParameters : WorkParameters

WorkParameters used for generating GraphQL schema in SDL format.

Properties

Link copied to clipboard
abstract val schemaFile: Property<File>

Target generated schema file.

Link copied to clipboard
abstract val supportedPackages: ListProperty<String>

List of supported packages that can contain GraphQL schema type definitions.