Hi everyone! 👋
I want to create drop down with default options, I have tried with defaults option but it is not working. Would anyone be able to help me out? 😁
Steps to reproduce
- Embed the SDK in an app
- Call
mutation { create_column(board_id: <bordId>, title: "DropDown 3", column_type: dropdown, defaults: "{\\"labels\\":[\\"My label\\"]}") { id } }
- See the request fails
- Only create column without any default label
Expected behavior
There should be new column with default value which passed in default labels.
Cheers!