Export results of Cypher query to CSV

Hi,
I am trying to run these queries in cypher shell. I want to embed a graph with gds and want to save the results with apoc. I want to combine them to one query, can you help?

CALL gds.alpha.node2vec.stream('graph3', {embeddingDimension: 128});

CALL apoc.export.json.query("Result of the above query","name of the result file.json");

Thanks in advance,

Hi
But why do you want to combine the 2 queries. I mean what is the purpose when you can execute them separately.
Thanking you
Sameer