Vulcan/packages/example-forum/lib/modules/posts/graphql.js

10 lines
150 B
JavaScript
Raw Normal View History

2017-09-04 18:37:21 +09:00
/*
GraphQL config
*/
import { addGraphQLMutation } from 'meteor/vulcan:core';
addGraphQLMutation('increasePostViewCount(postId: String): Float');