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