UpdateLibraryResourceFolderContentInput
All input for the updateLibraryResourceFolderContent mutation.
input UpdateLibraryResourceFolderContentInput {
clientMutationId: String
patch: LibraryResourceFolderContentPatch!
id: String!
}
Fields
UpdateLibraryResourceFolderContentInput.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.
UpdateLibraryResourceFolderContentInput.patch ● LibraryResourceFolderContentPatch! non-null input
An object where the defined keys will be set on the LibraryResourceFolderContent being updated.
UpdateLibraryResourceFolderContentInput.id ● String! non-null scalar
Member Of
updateLibraryResourceFolderContent mutation