Skip to main content

UpdateHubLibraryResourceInput

All input for the updateHubLibraryResource mutation.

input UpdateHubLibraryResourceInput {
clientMutationId: String
patch: HubLibraryResourcePatch!
id: String!
}

Fields

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

UpdateHubLibraryResourceInput.patch ● HubLibraryResourcePatch! non-null input

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

UpdateHubLibraryResourceInput.id ● String! non-null scalar

Member Of

updateHubLibraryResource mutation