Skip to content

How can I get value and label of dropdown column in graphql request? #62

@Jones-S

Description

@Jones-S

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
    }
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions