Mutations
/update_dropdown_managed_column
update_dropdown_managed_column
Update managed column of type dropdown mutation.
Arguments
idString!Required
The column id.titleString
The column title.descriptionString
The column description.revisionInt!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