Skip to main content

CreateHubLibraryResourceInput

All input for the create HubLibraryResource mutation.

input CreateHubLibraryResourceInput {
clientMutationId: String
hubLibraryResource: HubLibraryResourceInput!
}

Fields

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

CreateHubLibraryResourceInput.hubLibraryResource ● HubLibraryResourceInput! non-null input

The HubLibraryResource to be created by this mutation.

Member Of

createHubLibraryResource mutation