grapher/lib/query/counts/testing/bootstrap/namedQuery.test.js
2017-11-25 14:45:31 +02:00

10 lines
197 B
JavaScript

import { createQuery } from 'meteor/cultofcoders:grapher';
const query = createQuery('counts_posts_query', {
counts_posts: {
_id: 1,
text: 1,
},
});
export default query;