Introspection

interface Introspection

Introspection represents a GraphQL endpoint used to retrieve a schema.

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

Properties

endpointUrl
Link copied to clipboard
abstract val endpointUrl: Property<String>
The HTTP endpoint urlThis parameter is mandatory
headers
Link copied to clipboard
abstract val headers: MapProperty<String, String>
HTTP headers if any required to get the introspection responseempty by default
schemaFile
Link copied to clipboard
abstract val schemaFile: RegularFileProperty
The file where to download the schema.

Inheritors

DefaultIntrospection
Link copied to clipboard