transform

abstract fun transform(schemaDocument: GQLDocument): GQLDocument

Transforms the given schema document.

transform is called before validation of the schema.

Parameters

schemaDocument

a GQLDocument containing all the definitions (possibly from several files) passed as input to the compiler.