Vulcan/packages/vulcan-voting/lib/modules/fragments.js

9 lines
147 B
JavaScript
Raw Normal View History

2017-09-25 22:09:09 +02:00
import { registerFragment } from 'meteor/vulcan:core';
registerFragment(`
fragment VoteFragment on Vote {
_id
voteType
power
}
`);