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