upsertHubLibraryResourceByHubIdAndLibraryResourceIdInput
All input for the upsertHubLibraryResourceByHubIdAndLibraryResourceId mutation.
input upsertHubLibraryResourceByHubIdAndLibraryResourceIdInput {
clientMutationId: String
hubLibraryResource: HubLibraryResourceInput!
patch: HubLibraryResourcePatch!
}
Fields
upsertHubLibraryResourceByHubIdAndLibraryResourceIdInput.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.
upsertHubLibraryResourceByHubIdAndLibraryResourceIdInput.hubLibraryResource ● HubLibraryResourceInput! non-null input
The HubLibraryResource to be created by this mutation.
upsertHubLibraryResourceByHubIdAndLibraryResourceIdInput.patch ● HubLibraryResourcePatch! non-null input
An object where the defined keys will be set on the HubLibraryResource being updated.
Member Of
upsertHubLibraryResourceByHubIdAndLibraryResourceId mutation