mirror of
https://github.com/vale981/Vulcan
synced 2025-03-12 13:36:37 -04:00
9 lines
150 B
JavaScript
9 lines
150 B
JavaScript
/*
|
|
|
|
GraphQL config
|
|
|
|
*/
|
|
|
|
import { addGraphQLMutation } from 'meteor/vulcan:core';
|
|
|
|
addGraphQLMutation('increasePostViewCount(postId: String): Float');
|