CustomViewWorkspaceAccountPatch
Represents an update to a CustomViewWorkspaceAccount. Fields that are set will be updated.
input CustomViewWorkspaceAccountPatch {
id: String
customViewId: String
workspaceAccountId: String
version: Int
createdByWorkspaceAccountId: String
workspaceId: String
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
order: Int
}
Fields
CustomViewWorkspaceAccountPatch.id ● String scalar
CustomViewWorkspaceAccountPatch.customViewId ● String scalar
CustomViewWorkspaceAccountPatch.workspaceAccountId ● String scalar
CustomViewWorkspaceAccountPatch.version ● Int scalar
CustomViewWorkspaceAccountPatch.createdByWorkspaceAccountId ● String scalar
CustomViewWorkspaceAccountPatch.workspaceId ● String scalar
CustomViewWorkspaceAccountPatch.deletedAt ● Datetime scalar
CustomViewWorkspaceAccountPatch.updatedAt ● Datetime scalar
CustomViewWorkspaceAccountPatch.createdAt ● Datetime scalar
CustomViewWorkspaceAccountPatch.order ● Int scalar
Member Of
UpdateCustomViewWorkspaceAccountByNodeIdInput input ● UpdateCustomViewWorkspaceAccountByWorkspaceIdAndCustomViewIdAndWorkspaceAccountIdInput input ● UpdateCustomViewWorkspaceAccountInput input ● upsertCustomViewWorkspaceAccountByIdInput input ● upsertCustomViewWorkspaceAccountByWorkspaceIdAndCustomViewIdAndWorkspaceAccountIdInput input