Mutations
/create_dropdown_managed_column
create_dropdown_managed_column
Create managed column of type dropdown mutation.
Arguments
title
String!
Required
The column title.description
String
The column description.
Returns
- Create managed column of type dropdown mutation.
mutation create_dropdown_managed_column($title: String!) { create_dropdown_managed_column(title: $title) { # create_dropdown_managed_column fields } }
Built with