Auto complete in graphql queries used to only give you options from your graphql schema, now it includes all your retool variables. This is much less helpful, because 99% of the time, you want something from your schema.
If you want to continue to include the retool variables in autocomplete (probably useful) it'd make things much faster if the list was reordered so that the graphql schema results came first, then the retool ones.
I think this only got changed to include retool variables in a fairly recent patch, it used to be really good and helpful so even just reverting it would be better than it is now.