query GetProduct($id: ID!) { product(id: $id) { slug media { url } } }