Hi, I am trying to get Start Form values of a particular card(by id). I can get basic details of the card by using the following query
{
"query": "{card(id: 595234678) {title done id updated_at }}"
}
But it does not fetch the start form details (excluding the reason that i have not mentioned its field which i could not find)
Can you please help me with a query which queries the start from details of the card as well please?