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