single

@PostExchange(value = "snapshot/single")
abstract fun single(@RequestBody singleQuery: ISingleQuery): MaterializedSnapshot<S>?