accords-library.com/src/graphql/operations/getVideosSlugs.graphql
2022-04-01 20:48:32 +02:00

11 lines
142 B
GraphQL

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