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