mutation DeleteWorkspaceDocument($id: ID!) { deleteWorkspaceDocument(id: $id) { ok id } }