IntrospectSchemaParameters

WorkParameters used for introspecting GraphQL server.

Properties

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

Target GraphQL server endpoint.

Link copied to clipboard
abstract val headers: MapProperty<String, Any>

Optional HTTP headers to be specified on a request.

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

Target downloaded schema file.

Link copied to clipboard
abstract val streamResponse: Property<Boolean>

Boolean flag to indicate whether to use streamed (chunked) responses

Link copied to clipboard

Optional timeout configuration for executing HTTP request.