I wanted to know if there is any limitation in the creation of subitem,
I need to create 57 subitem, create normal up to subitem 53, then return the following error:
{ errors: [ ‘Not Authenticated’ ] }
This is the mutation i’m using:
const query = mutation { create_subitem (parent_item_id: ${itemId}, item_name: "${nomeSubItem}") { id, board { id } } };

