According to the changelog, the position value on the create_group mutation was deprecated. However, there are a few issues when it comes to the documentation:
- 
The hyperlink on the changelog post links to itself. You have to navigate to the appropriate method on the group api page. 
- 
The documentation states that position_relative_methodargument behaves differently if there isrelative_toargument as well. It appears to go above therelative_togroup id with abefore_atvalue, but if therelative_toargument is missing, it goes at the bottom of the board. This is counter-intuitive. You would expect this to go to the top of the board as you’re placing it “before” the other groups.
- 
Update group mutation still lists positionas one of thegroup_attributevalues and details further about the position numerical value undernew_value. Is this numerical positioning still valid onupdate_group? It seems strange to position it two different ways based on these two different methods, especially if position is being deprecated.

