GraphQL Mutation Complexity Not Changing with More Columns – Expected Behavior?

Hi Monday Community,
I have a process that creates or updates many items on a board connected to several other boards. Currently, each mutation includes 13 columns. We’re planning to expand it to 50 columns per mutation.

I read that this should impact the complexity limit, but even after adding:

complexity {
query
before
after
reset_in_x_seconds
}

I don’t see any change in the complexity values. Is this expected? Any insights would be helpful.

Thanks!