I've already made an action
of type query
that calls an http endpoint and return a list of results.
Then i should insert this resut into the postgresql (i suppose through a mutation). So, how can i join this insert mutation to the previus query result, and eventually apply some custom logic (eg: not insert the already present records)