accords-library.com/src/graphql/operations/revalidation/revalidationGetRangedContent.graphql

23 lines
380 B
GraphQL

query revalidationGetRangedContent($id: ID) {
rangedContent(id: $id) {
data {
attributes {
content {
data {
attributes {
slug
}
}
}
library_item {
data {
attributes {
slug
}
}
}
}
}
}
}