Question
For now I think I can only get rows via graphql and this will return the value and not the label. Is it also possible to retrieve the label too?
Additional context
Part of my GraphQL request
tablemaker {
rows # <-- here I have no further options?!
columns {
heading
type
width
align
}
}