grapher/lib/query/counts/testing/bootstrap/namedQuery.test.js

11 lines
197 B
JavaScript
Raw Normal View History

2017-11-25 14:45:31 +02:00
import { createQuery } from 'meteor/cultofcoders:grapher';
const query = createQuery('counts_posts_query', {
counts_posts: {
_id: 1,
text: 1,
},
});
export default query;