WorkspacePlaceholderRolePatch
Represents an update to a WorkspacePlaceholderRole. Fields that are set will be updated.
input WorkspacePlaceholderRolePatch {
id: String
internalName: String
customerVisibleName: String
role: String
workspaceId: String
createdByWorkspaceAccountId: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
designation: String
}
Fields
WorkspacePlaceholderRolePatch.id ● String scalar
WorkspacePlaceholderRolePatch.internalName ● String scalar
WorkspacePlaceholderRolePatch.customerVisibleName ● String scalar
WorkspacePlaceholderRolePatch.role ● String scalar
WorkspacePlaceholderRolePatch.workspaceId ● String scalar
WorkspacePlaceholderRolePatch.createdByWorkspaceAccountId ● String scalar
WorkspacePlaceholderRolePatch.version ● Int scalar
WorkspacePlaceholderRolePatch.deletedAt ● Datetime scalar
WorkspacePlaceholderRolePatch.updatedAt ● Datetime scalar
WorkspacePlaceholderRolePatch.createdAt ● Datetime scalar
WorkspacePlaceholderRolePatch.designation ● String scalar
Member Of
UpdateWorkspacePlaceholderRoleByNodeIdInput input ● UpdateWorkspacePlaceholderRoleByWorkspaceIdAndInternalNameInput input ● UpdateWorkspacePlaceholderRoleInput input ● upsertWorkspacePlaceholderRoleByIdInput input ● upsertWorkspacePlaceholderRoleByWorkspaceIdAndInternalNameInput input