This query identifies the nth block of a given type ("wp:paragraph" by default) in all posts, and places the provided custom block's HTML content right after it.
Variable $injectBlockMarkup must receive the full HMTL markup for the block (with quotes escaped for the JSON input). Eg:
This query requires the endpoint to have Nested Mutations enabled.