tablemaker
tablemaker copied to clipboard
How can I get value and label of dropdown column in graphql request?
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
}
}
That's correct, sorry. For now, you can only get the value, as changing it now would be an otherwise breaking change (it would need to return an object, rather than a string, breaking people's current usage).