vbv/scripts/learningPath.graphql

31 lines
453 B
GraphQL

{
learning_path(slug: "test-lehrgang-lp") {
id
title
content_type
topics {
id
title
content_type
circles {
id
title
content_type
learning_sequences {
id
title
icon
learning_units {
id
title
learning_contents {
id
title
}
}
}
}
}
}
}