mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
8 lines
No EOL
202 B
JavaScript
8 lines
No EOL
202 B
JavaScript
import Telescope from 'meteor/nova:lib';
|
|
import Categories from './collection.js';
|
|
|
|
Telescope.graphQL.addQuery(`
|
|
categories: [Category]
|
|
categoriesListTotal: Int
|
|
category(_id: String): Category
|
|
`); |