ProvenanceUpdate
Update an existing Provenance resource.
Mutation
mutation ProvenanceUpdate($id: ID!, $input: ProvenanceUpdateInput!) {
ProvenanceUpdate(id: $id, input: $input) {
id
}
}
Input
id: ID of the resource to updateinput: See ProvenanceUpdateInput for input fields.
Return Type
Returns the updated Provenance resource.