]> git.r.bdr.sh - rbdr/forum/blame - src/stores/tag.js
Add post content component
[rbdr/forum] / src / stores / tag.js
CommitLineData
18ced3bf
RBR
1import { store } from './apollo';
2import { GET_TAG } from '$data/queries';
3
4export const getTag = (id) => store({ key: 'tag', query: GET_TAG, variables: { id } });