Skip to main content

DeleteMcpServerConfigByNodeIdInput

All input for the deleteMcpServerConfigByNodeId mutation.

input DeleteMcpServerConfigByNodeIdInput {
clientMutationId: String
nodeId: ID!
}

Fields

DeleteMcpServerConfigByNodeIdInput.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.

DeleteMcpServerConfigByNodeIdInput.nodeId ● ID! non-null scalar

The globally unique ID which will identify a single McpServerConfig to be deleted.

Member Of

deleteMcpServerConfigByNodeId mutation