Capturing a graph launch

Hey,
With the CUDA Graph API, how do I capture a graph launch within a graph?
I get cudaErrorStreamCaptureUnsupported whenever I attempt this; either by using a stream capture, or by manually adding it as a child node using cudaStreamGetCaptureInfo.

Best,
Seb