Skip to main content

DeleteExternalServiceByNodeIdInput

All input for the deleteExternalServiceByNodeId mutation.

input DeleteExternalServiceByNodeIdInput {
clientMutationId: String
nodeId: ID!
}

Fields

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

DeleteExternalServiceByNodeIdInput.nodeId ● ID! non-null scalar

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

Member Of

deleteExternalServiceByNodeId mutation