GoToEvent class ignores url when query is provided, defaulting to '/?id=1'. ```py c.FireEvent(event=GoToEvent(url='/users', query={'id': 1})) ```