Skip to main content

UpdateHubLibraryResourceByNodeIdInput

All input for the updateHubLibraryResourceByNodeId mutation.

input UpdateHubLibraryResourceByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: HubLibraryResourcePatch!
}

Fields

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

UpdateHubLibraryResourceByNodeIdInput.nodeId ● ID! non-null scalar

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

UpdateHubLibraryResourceByNodeIdInput.patch ● HubLibraryResourcePatch! non-null input

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

Member Of

updateHubLibraryResourceByNodeId mutation