Skip to main content

LibraryTrackCreateInput

No description

type LibraryTrackCreateInput {
uploadId: ID!
title: String
externalId: String
}

Fields

uploadId (ID!)

The id of the upload requested via the 'fileUploadRequest' Mutation.

title (String)

An optional title that is set for the 'LibraryTrack'. The character limit for the title is 150.

externalId (String)

An optional external identifier that is set for the 'LibraryTrack'. The character limit for the external id is 150.