I am running a query in graph studio and 1st time it gave me the results. When i run the same query after 2 times It is throwing an error ‘Failed to convert user vertex id for parameter input’
But i have vertex in the data.
You can switch to AdminPortal (on the rigt top of your GraphStudio) and check the GSQL Query performance.
Another idea would be to select a Vertex with simple ID and try to query it multiple times. Maybe you added a space or some other special character to the ID you were filtering out?
With free cloud instances our debuging possibilities are very small. Could you try docker instance on your local comp?