]> git.r.bdr.sh - rbdr/forum/blame - src/stores/topic.js
Add tests for first batch of components
[rbdr/forum] / src / stores / topic.js
CommitLineData
18ced3bf 1import { store } from './apollo';
74b03c33 2import { GET_TOPIC } from '$/data/queries';
18ced3bf
RBR
3
4export const getTopic = (id) => store({ key: 'topic', query: GET_TOPIC, variables: { id } });