query getCatalogData {
getCatalogData(first: 3) {
edges {
node {
cta {
actionId
title
arguments {
key
value
}
metadata {
key
value
}
}
modulesNumber
activitiesNumber
training {
title
domain {
name
}
image {
alt
title
url
}
duration {
name
}
attempt {
metrics {
progress
status
}
}
}
}
}
pageInfo {
hasNextPage
startCursor
endCursor
}
totalItems
}
}