Skip to main content

upsertHubLibraryResourceByIdInput

All input for the upsertHubLibraryResourceById mutation.

input upsertHubLibraryResourceByIdInput {
clientMutationId: String
hubLibraryResource: HubLibraryResourceInput!
patch: HubLibraryResourcePatch!
}

Fields

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

upsertHubLibraryResourceByIdInput.hubLibraryResource ● HubLibraryResourceInput! non-null input

The HubLibraryResource to be created by this mutation.

upsertHubLibraryResourceByIdInput.patch ● HubLibraryResourcePatch! non-null input

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

Member Of

upsertHubLibraryResourceById mutation