INPUT_OBJECT

AddToMusicLibraryInput

link GraphQL Schema definition

  • input AddToMusicLibraryInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # id of the parent account
  • parent: ID!
  • # id of a soundtrack, playlist or schedule
  • source: ID!
  • }