mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
4 lines
160 B
JavaScript
4 lines
160 B
JavaScript
import { GraphQLSchema } from 'meteor/nova:lib';
|
|
import Users from '../modules.js';
|
|
|
|
GraphQLSchema.addToContext({ getViewableFields: Users.getViewableFields })
|