DeleteWorkspacePreferenceByNodeIdInput
All input for the deleteWorkspacePreferenceByNodeId mutation.
input DeleteWorkspacePreferenceByNodeIdInput {
clientMutationId: String
nodeId: ID!
}
Fields
DeleteWorkspacePreferenceByNodeIdInput.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.
DeleteWorkspacePreferenceByNodeIdInput.nodeId ● ID! non-null scalar
The globally unique ID which will identify a single WorkspacePreference to be deleted.
Member Of
deleteWorkspacePreferenceByNodeId mutation