query getVideosSlugs { videos(pagination: { limit: -1 }) { data { id attributes { uid } } } }