resolve
fun resolve(operations: List<GraphQLOperationInfo>, fragments: Map<String, GraphQLFragmentInfo>): List<GraphQLOperationInfo>(source)
Resolves all fragment references in all operations.
Return
Operations with fragments inlined into their document text.
Parameters
operations
The operations to process.
fragments
All fragment definitions available for inlining, keyed by name.