Mutations
/update_dropdown_managed_column
update_dropdown_managed_column
Update managed column of type dropdown mutation.
Arguments
id
String!
Required
The column id.title
String
The column title.description
String
The column description.revision
Int!
Required
The column revision.
Returns
- Update managed column of type dropdown mutation.
mutation update_dropdown_managed_column($id: String!, $revision: Int!) { update_dropdown_managed_column(id: $id, revision: $revision) { # update_dropdown_managed_column fields } }
Built with