UNPKG

@mongodb-js/compass-query-bar

Version:

Renders a component for executing MongoDB queries through a GUI.

6 lines (4 loc) 190 B
// these state properties make up a "query" const QUERY_PROPERTIES = ['filter', 'project', 'sort', 'skip', 'limit', 'sample']; export default QUERY_PROPERTIES; export { QUERY_PROPERTIES };