Hi there,
I would like to set column settings during its creation (or after via an update). I can’t find any way to do this in the GraphQL API documentation. Do I miss something?
Else, would it be possible to add a mutation parameter ? Something like “settings”:
mutation {
change_column_metadata (board_id:123456, column_type: dropdown, title: "My Dropdown", settings: "{\\"hide_footer\\":false,\\"labels\\":l{\\"id\\":1,\\"name\\":\\"test\\"},{\\"id\\":2,\\"name\\":\\"123\\"}]}") {
id, settings_str
}
}
Thanks in advance for your answers