sangria.ast.AggregateSourceMapper
See theAggregateSourceMapper companion object
class AggregateSourceMapper(val id: String, val delegates: Vector[SourceMapper]) extends SourceMapper
SourceMapper for potentially multiple GraphQL documents.
Sometimes it's necessary to compose a GraphQL document from multiple component documents; this class provides the corresponding SourceMapper to support that.
Value parameters
- delegates
-
The component documents.
- id
-
Identifier for the combined document.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article