CREATE OR REPLACE in Tigergraph 3.10.1 -> can't edit query

I’m creating a query from the pyTigergraph (v1.5) interface with the query definition of: CREATE QUERY calculateBodyMass(VERTEX hra).

However, when I look at the query from GraphStudtio to see what was installed, I’m finding that my query definition is now CREATE OR REPLACE calculateBodyMass(VERTEX hra). Which is not what my query statement is defining!

The issue is that when I go to edit the query in GraphStudio, I’m now getting an error message saying I’m not the owner of the query. If I remove the “REPLACE” in the definition statement, I’m able to edit the query.

I’m not sure why TigerGraph is putting in “REPLACE” on behalf of the developer when creating the query. Which mean that I need to go into ALL of my queries and update them by hand. Not the most idea situation.