Skip to main content

ProvenanceUpdate

Update an existing Provenance resource.

Mutation

mutation ProvenanceUpdate($id: ID!, $input: ProvenanceUpdateInput!) {
ProvenanceUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated Provenance resource.