Create column is working as expected, but api response time is consistently around 1.5 seconds.
This is slowing down our boards creation, can the api response time be reduced further? which will help in saving time in creating the columns.
snippet:
mutation{create_column(board_id:board_id,
title:title,column_type:column_type,
description:description){id}}
create column : 1.59 seconds