propagate
fun propagate(operations: List<GraphQLOperationInfo>, fragments: Map<String, GraphQLFragmentInfo>): PropagationResult(source)
Propagates fragment variable usages into consuming operations.
Return
A PropagationResult with updated operations and warnings.
Parameters
operations
The operations to process.
fragments
All fragment definitions, keyed by name.