Skip to main content

UpdateHubLibraryResourceByHubIdAndLibraryResourceIdInput

All input for the updateHubLibraryResourceByHubIdAndLibraryResourceId mutation.

input UpdateHubLibraryResourceByHubIdAndLibraryResourceIdInput {
clientMutationId: String
patch: HubLibraryResourcePatch!
hubId: String!
libraryResourceId: String!
}

Fields

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

UpdateHubLibraryResourceByHubIdAndLibraryResourceIdInput.patch ● HubLibraryResourcePatch! non-null input

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

UpdateHubLibraryResourceByHubIdAndLibraryResourceIdInput.hubId ● String! non-null scalar

UpdateHubLibraryResourceByHubIdAndLibraryResourceIdInput.libraryResourceId ● String! non-null scalar

Member Of

updateHubLibraryResourceByHubIdAndLibraryResourceId mutation