UpdateWorkspacePlaceholderRoleByNodeIdInput
All input for the updateWorkspacePlaceholderRoleByNodeId mutation.
input UpdateWorkspacePlaceholderRoleByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: WorkspacePlaceholderRolePatch!
}
Fields
UpdateWorkspacePlaceholderRoleByNodeIdInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
UpdateWorkspacePlaceholderRoleByNodeIdInput.nodeId ● ID! non-null scalar
The globally unique ID which will identify a single WorkspacePlaceholderRole to be updated.
UpdateWorkspacePlaceholderRoleByNodeIdInput.patch ● WorkspacePlaceholderRolePatch! non-null input
An object where the defined keys will be set on the WorkspacePlaceholderRole being updated.