LibraryTracksFilter
Filter the LibraryTrackConnection. @oneOf
type LibraryTracksFilter {
title: String
sha256: String
externalId: String
}
Fields
title
(String
)
Find library tracks whose title includes a specific substring.
sha256
(String
)
Find library tracks whose source audio file sha256 hash matches.
externalId
(String
)
Find library tracks whose external id matches.