lib.ts
export const videoSearchFields = `
videoId
comedianId
title
thumbnails {
high {
url
}
}
`;
export const videoFields = `
videoId
comedianId
weight
title
thumbnails {
maxres {
url
}
standard {
url
}
high {
url
}
medium {
url
}
}
`;
export const comedianFields = `
id
name
photoURL
`;