[x] I've tested my changes by building and running mquery, and testing changed functionality (if applicable)
[ ] I've added automated tests for my change (if applicable, optional)
[ ] I've updated documentation to reflect my change (if applicable)
What is the current behaviour?
db.get_mquery_config_key("default_role) when called returns different types
What is the new behaviour?
I created UserModelConfig with properties like auth_default_roles, openid_client_id, query_allow_slow etc. and now i call db.config.default_role
Your checklist for this pull request
What is the current behaviour? db.get_mquery_config_key("default_role) when called returns different types
What is the new behaviour? I created UserModelConfig with properties like auth_default_roles, openid_client_id, query_allow_slow etc. and now i call db.config.default_role
Test plan
Closing issues
fixes #257