vbv/scripts/competenceCertificate.graphql

15 lines
202 B
GraphQL

{
competence_certificate(id:1) {
title,
assignments {
id
title
max_points
learning_content {
title
frontend_url
content_type
}
}
}
}