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