{"version":3,"file":"PlaylistsQuery-DR0RwG85.js","sources":["../../../client/components/queries/PlaylistsQuery.tsx"],"sourcesContent":["import { gql } from '@apollo/client';\n\nexport type { PlaylistsQuery } from './__generated__/PlaylistsQuery';\n\nexport const PLAYLISTS_QUERY = gql`\n query PlaylistsQuery {\n playlists {\n id\n title\n\n videos {\n id\n slug\n title\n thumbnailUrl\n artists {\n id\n firstName\n lastName\n }\n }\n }\n }\n`;\n"],"names":["PLAYLISTS_QUERY","gql"],"mappings":"8CAIO,MAAMA,EAAkBC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;"}