DiscussionWorkspaceAccountPatch
Represents an update to a DiscussionWorkspaceAccount. Fields that are set will be updated.
input DiscussionWorkspaceAccountPatch {
id: String
discussionId: String
workspaceAccountId: String
workspaceId: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
}