query($id: ID!) { job(id: $id) { id title content button link } allCustomCta { edges { node { id title link image } } } }