UpdateWorkspaceAccountRoleByNodeIdInput
All input for the updateWorkspaceAccountRoleByNodeId mutation.
input UpdateWorkspaceAccountRoleByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: WorkspaceAccountRolePatch!
}
Fields
UpdateWorkspaceAccountRoleByNodeIdInput.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.
UpdateWorkspaceAccountRoleByNodeIdInput.nodeId ● ID! non-null scalar
The globally unique ID which will identify a single WorkspaceAccountRole to be updated.
UpdateWorkspaceAccountRoleByNodeIdInput.patch ● WorkspaceAccountRolePatch! non-null input
An object where the defined keys will be set on the WorkspaceAccountRole being updated.
Member Of
updateWorkspaceAccountRoleByNodeId mutation