Skip to main content

UpdateLibraryResourceFolderContentByNodeIdInput

All input for the updateLibraryResourceFolderContentByNodeId mutation.

input UpdateLibraryResourceFolderContentByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: LibraryResourceFolderContentPatch!
}

Fields

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

UpdateLibraryResourceFolderContentByNodeIdInput.nodeId ● ID! non-null scalar

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

UpdateLibraryResourceFolderContentByNodeIdInput.patch ● LibraryResourceFolderContentPatch! non-null input

An object where the defined keys will be set on the LibraryResourceFolderContent being updated.

Member Of

updateLibraryResourceFolderContentByNodeId mutation