Skip to main content

DeleteLibraryResourceFolderContentByNodeIdInput

All input for the deleteLibraryResourceFolderContentByNodeId mutation.

input DeleteLibraryResourceFolderContentByNodeIdInput {
clientMutationId: String
nodeId: ID!
}

Fields

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

DeleteLibraryResourceFolderContentByNodeIdInput.nodeId ● ID! non-null scalar

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

Member Of

deleteLibraryResourceFolderContentByNodeId mutation