]> git.r.bdr.sh - rbdr/forum/blob - src/stores/tag.js
742db51125b410d9e4f8264c90f919f8f89336b8
[rbdr/forum] / src / stores / tag.js
1 import { store } from './apollo';
2 import { GET_TAG } from '$data/queries';
3
4 export const getTag = (id) => store({ key: 'tag', query: GET_TAG, variables: { id } });