skillbox/client/src/graphql/gql/moduleSnapshots.gql

16 lines
193 B
GraphQL

query ModuleSnapshotsQuery($slug: String!) {
module(slug: $slug) {
id
title
metaTitle
topic {
title
}
snapshots {
id
title
created
}
}
}