GraphqlV2::Client.parse <<~'GRAPHQL' query ($id: ID!) { workflow(id: $id) { status jobs { id name type status } } } GRAPHQL