Package-level declarations
Types
Link copied to clipboard
class FragmentResolver
Resolves fragment references in operations by inlining fragment definitions.
Link copied to clipboard
Propagates fragment variable usages into consuming operations.
Link copied to clipboard
data class PropagationResult(val operations: List<GraphQLOperationInfo>, val warnings: List<String>)
Result of fragment variable propagation.