query getDataJob($urn: String!) { dataJob(urn: $urn) { ...dataJobFields downstreamLineage { ...downstreamRelationshipFields } upstreamLineage { ...upstreamRelationshipFields } } } mutation updateDataJob($urn: String!, $input: DataJobUpdateInput!) { updateDataJob(urn: $urn, input: $input) { ...dataJobFields downstreamLineage { ...downstreamRelationshipFields } upstreamLineage { ...upstreamRelationshipFields } } }