CreateLibraryResourceVersionInput
All input for the create LibraryResourceVersion mutation.
input CreateLibraryResourceVersionInput {
clientMutationId: String
libraryResourceVersion: LibraryResourceVersionInput!
}
Fields
CreateLibraryResourceVersionInput.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.
CreateLibraryResourceVersionInput.libraryResourceVersion ● LibraryResourceVersionInput! non-null input
The LibraryResourceVersion to be created by this mutation.
Member Of
createLibraryResourceVersion mutation