ExecutableDocumentTransform

A ExecutableDocumentTransform transforms operations and fragments at build time. ExecutableDocumentTransform can add or remove fields automatically, for an example.

Functions

Link copied to clipboard
abstract fun transform(schema: Schema, document: GQLDocument, extraFragmentDefinitions: List<GQLFragmentDefinition>): GQLDocument

Transforms the given document.